From e7bb0f8824a916c1537dd83735cd8aeccdcd0f3f Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Sat, 2 Mar 2019 18:40:19 +1000 Subject: Make pacman forget deltas exist Dummy callbacks are still present to prevent compiler warnings until libalpm is delta free. Also remove Delta parsing from pacman.conf. Signed-off-by: Allan McRae --- src/pacman/conf.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/conf.h') diff --git a/src/pacman/conf.h b/src/pacman/conf.h index ababf2e0..f45ed436 100644 --- a/src/pacman/conf.h +++ b/src/pacman/conf.h @@ -56,7 +56,6 @@ typedef struct __config_t { unsigned short usesyslog; unsigned short color; unsigned short disable_dl_timeout; - double deltaratio; char *arch; char *print_format; /* unfortunately, we have to keep track of paths both here and in the library -- cgit v1.2.3-54-g00ecf