summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-09-12 10:55:55 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-09-12 10:55:55 +0300
commitd36716c25cde44c3aa9d96e75424b1ae46e6608d (patch)
tree26a09258bd7eaddc11622cdd9331acfe626c2be6 /lib
parent6b780c277264274b750b6976d3f527e1a0e04ce4 (diff)
downloadrpm-d36716c25cde44c3aa9d96e75424b1ae46e6608d.tar.gz
rpm-d36716c25cde44c3aa9d96e75424b1ae46e6608d.tar.bz2
rpm-d36716c25cde44c3aa9d96e75424b1ae46e6608d.zip
Remove NEON and related hacks
Diffstat (limited to 'lib')
-rw-r--r--lib/poptALL.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/poptALL.c b/lib/poptALL.c
index 481177ea2..f4e221640 100644
--- a/lib/poptALL.c
+++ b/lib/poptALL.c
@@ -71,8 +71,6 @@ const char * rpmcliRootDir = "/";
rpmQueryFlags rpmcliQueryFlags;
extern int _ftp_debug;
-extern int _av_debug;
-extern int _dav_debug;
extern int noLibio;
@@ -264,10 +262,6 @@ struct poptOption rpmcliAllPoptTable[] = {
N_("use threads for file state machine"), NULL},
{ "ftpdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_ftp_debug, -1,
N_("debug FTP/HTTP data stream"), NULL},
- { "avdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_av_debug, -1,
- N_("debug argv collections"), NULL},
- { "davdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_dav_debug, -1,
- N_("debug WebDAV data stream"), NULL},
{ "hdrdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_hdr_debug, -1,
NULL, NULL},
#ifdef DYING