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
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ static char *get_fullpath(const char *path, const char *filename,
|
||||||
return filepath;
|
return filepath;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define check_stop() if(dload_interrupted) { ret = -1; goto cleanup; }
|
|
||||||
enum sighandlers { OLD = 0, NEW = 1 };
|
enum sighandlers { OLD = 0, NEW = 1 };
|
||||||
|
|
||||||
static int dload_interrupted;
|
static int dload_interrupted;
|
||||||
|
|
Loading…
Add table
Reference in a new issue