summaryrefslogtreecommitdiff
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2019-03-02 18:40:19 +1000
committerAllan McRae <allan@archlinux.org>2019-03-07 11:12:12 +1000
commite7bb0f8824a916c1537dd83735cd8aeccdcd0f3f (patch)
treeb989bc225af94613c4eab48c58b9a1c8242806e8 /src/pacman/conf.h
parent40391c564a97b10362ee7cbcf07faac03549d2ca (diff)
downloadpacman-e7bb0f8824a916c1537dd83735cd8aeccdcd0f3f.tar.xz
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 <allan@archlinux.org>
Diffstat (limited to 'src/pacman/conf.h')
-rw-r--r--src/pacman/conf.h1
1 files changed, 0 insertions, 1 deletions
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