From d307ed5eb9d6684911c55f661e2d58e0fd6e4ceb Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Fri, 19 Aug 2011 14:03:32 -0400 Subject: dload: remove unused macro This was a vestige leftover from the libfetch days of yore. Signed-off-by: Dave Reisner Signed-off-by: Dan McGee --- lib/libalpm/dload.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/dload.c') diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index 98a7cf85..87b84740 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -66,7 +66,6 @@ static char *get_fullpath(const char *path, const char *filename, return filepath; } -#define check_stop() if(dload_interrupted) { ret = -1; goto cleanup; } enum sighandlers { OLD = 0, NEW = 1 }; static int dload_interrupted; -- cgit v1.2.3-24-g4f1b