summaryrefslogtreecommitdiffstats
path: root/src/pacman/conf.h
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-12 07:44:00 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-12 07:44:00 +0100
commitbe85600dfd68152a604bfe23f2e5a4285fa4f317 (patch)
tree91693c1ed82a1000380cb033359a573245350913 /src/pacman/conf.h
parent2a7c1de945a3ad0673655ba65c1a2d0ade87c733 (diff)
downloadpacman-be85600dfd68152a604bfe23f2e5a4285fa4f317.tar.gz
pacman-be85600dfd68152a604bfe23f2e5a4285fa4f317.tar.xz
* Removed the 'vercmp' op from pacman. The standalone 'vercmp' binary should be
used instead * Allow -T/--deptest to work without root privileges
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 60e3661b..df04a22b 100644
--- a/src/pacman/conf.h
+++ b/src/pacman/conf.h
@@ -33,7 +33,6 @@ typedef struct __config_t {
unsigned short upgrade;
unsigned short noconfirm;
unsigned short noprogressbar;
- unsigned short op_d_vertest;
unsigned short op_d_resolve;
unsigned short op_q_isfile;
unsigned short op_q_info;