dload: remove unused macro

This was a vestige leftover from the libfetch days of yore.

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dave Reisner 2011-08-19 14:03:32 -04:00 committed by Dan McGee
parent 82fc816d79
commit d307ed5eb9
1 changed files with 0 additions and 1 deletions

View File

@ -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;