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:
Chris Down 2022-04-06 04:44:39 +01:00 committed by Allan McRae
parent cb9776a07b
commit 015eb31c3a

View file

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