diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-03 15:20:31 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-03 15:20:31 +0300 |
commit | 0df97d170a34f9bb3b2904e23def83557dd75dc9 (patch) | |
tree | a420d95a1a5297525fa8097dfeb1482a02eb4dfe /lib/poptALL.c | |
parent | c0bd72b026c871e672ff111d5b9827edc28aa106 (diff) | |
download | librpm-tizen-0df97d170a34f9bb3b2904e23def83557dd75dc9.tar.gz librpm-tizen-0df97d170a34f9bb3b2904e23def83557dd75dc9.tar.bz2 librpm-tizen-0df97d170a34f9bb3b2904e23def83557dd75dc9.zip |
RIP rpmsx and all its uses
Diffstat (limited to 'lib/poptALL.c')
-rw-r--r-- | lib/poptALL.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/poptALL.c b/lib/poptALL.c index e1c6e43fa..68cdd5bba 100644 --- a/lib/poptALL.c +++ b/lib/poptALL.c @@ -73,9 +73,6 @@ extern int _rpmps_debug; extern int _rpmsq_debug; /*@unchecked@*/ -extern int _rpmsx_debug; - -/*@unchecked@*/ extern int _rpmte_debug; /*@unchecked@*/ @@ -357,8 +354,6 @@ struct poptOption rpmcliAllPoptTable[] = { NULL, NULL}, { "rpmsqdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmsq_debug, -1, NULL, NULL}, - { "rpmsxdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmsx_debug, -1, - NULL, NULL}, { "rpmtedebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmte_debug, -1, NULL, NULL}, { "rpmtsdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmts_debug, -1, |