summaryrefslogtreecommitdiff
path: root/lib/poptALL.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-19 19:35:19 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-03-19 19:35:31 +0200
commitcab00e78d151cc84e8468993ec1838d7f4b58e81 (patch)
tree8e7ae099122a820316eb99b1c85de6e471c6aa7a /lib/poptALL.c
parent606ceca33302751af140d8d9ebca598a6a06a39b (diff)
downloadlibrpm-tizen-cab00e78d151cc84e8468993ec1838d7f4b58e81.tar.gz
librpm-tizen-cab00e78d151cc84e8468993ec1838d7f4b58e81.tar.bz2
librpm-tizen-cab00e78d151cc84e8468993ec1838d7f4b58e81.zip
Lose some unused leftover rpmgi goo
Diffstat (limited to 'lib/poptALL.c')
-rw-r--r--lib/poptALL.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/poptALL.c b/lib/poptALL.c
index 0b331c509..2c2e3ae76 100644
--- a/lib/poptALL.c
+++ b/lib/poptALL.c
@@ -48,8 +48,6 @@ extern int _rpmds_debug;
extern int _rpmfi_debug;
-extern int _rpmgi_debug;
-
extern int _rpmps_debug;
extern int _rpmsq_debug;
@@ -242,8 +240,6 @@ struct poptOption rpmcliAllPoptTable[] = {
NULL, NULL},
{ "rpmfidebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmfi_debug, -1,
NULL, NULL},
- { "rpmgidebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmgi_debug, -1,
- NULL, NULL},
{ "rpmiodebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmio_debug, -1,
N_("debug rpmio I/O"), NULL},
{ "rpmpsdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmps_debug, -1,