diff options
author | Dan McGee <dan@archlinux.org> | 2008-01-08 15:49:52 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-01-08 15:49:52 -0600 |
commit | 9dd016001eafb69991661d4d8bda91906d51ed78 (patch) | |
tree | bbe1bf67880aa689d3b300db735fb4fa72adb24e /lib/libalpm/handle.h | |
parent | a24c323abadd7802a38d162a0015bbc4dc82f75d (diff) | |
download | pacman-9dd016001eafb69991661d4d8bda91906d51ed78.tar.xz |
Remove upgradedelay and all code associated with it
It wasn't even implemented correctly, and it really doesn't have a use if
packagers just do their job correctly anyway for a distro. Let's not try to
solve a problem with the wrong solution now.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm/handle.h')
-rw-r--r-- | lib/libalpm/handle.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/handle.h b/lib/libalpm/handle.h index 128ab7e2..5051917e 100644 --- a/lib/libalpm/handle.h +++ b/lib/libalpm/handle.h @@ -58,7 +58,6 @@ typedef struct _pmhandle_t { /* options */ unsigned short usesyslog; /* Use syslog instead of logfile? */ /* TODO move to frontend */ unsigned short nopassiveftp; /* Don't use PASV ftp connections */ - time_t upgradedelay; /* Time to wait before upgrading a package */ char *xfercommand; /* External download command */ unsigned short usedelta; /* Download deltas if possible */ } pmhandle_t; |