dload: Remove unused ABORT_SIGINT
The last user of ABORT_SIGINT was removed in commit 84723cab5d
("Cleanup the old sequential download code"), and this isn't exported as
part of the public API.
Signed-off-by: Chris Down <chris@chrisdown.name>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
cb9776a07b
commit
015eb31c3a
1 changed files with 1 additions and 2 deletions
|
@ -153,8 +153,7 @@ static char *get_fullpath(const char *path, const char *filename,
|
||||||
}
|
}
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
ABORT_SIGINT = 1,
|
ABORT_OVER_MAXFILESIZE = 1,
|
||||||
ABORT_OVER_MAXFILESIZE
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static int dload_interrupted;
|
static int dload_interrupted;
|
||||||
|
|
Loading…
Add table
Reference in a new issue