mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 20:38:04 -05:00
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:
parent
82fc816d79
commit
d307ed5eb9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user