diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-09-12 12:23:55 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-09-12 12:23:55 +0300 |
commit | 9f325855d74db499159773427a0965c93c822b72 (patch) | |
tree | 24c0fbfa5343071cb042790c2193663242109ebd /lib | |
parent | 65012c42534f9dca99655f56c26c5ba34e0f32a6 (diff) | |
download | rpm-9f325855d74db499159773427a0965c93c822b72.tar.gz rpm-9f325855d74db499159773427a0965c93c822b72.tar.bz2 rpm-9f325855d74db499159773427a0965c93c822b72.zip |
Rip out internal http and ftp transports.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/poptALL.c | 4 | ||||
-rw-r--r-- | lib/tufdio.c | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/poptALL.c b/lib/poptALL.c index f4e221640..73dd2a44d 100644 --- a/lib/poptALL.c +++ b/lib/poptALL.c @@ -70,8 +70,6 @@ const char * rpmcliRootDir = "/"; rpmQueryFlags rpmcliQueryFlags; -extern int _ftp_debug; - extern int noLibio; extern int _rpmio_debug; @@ -260,8 +258,6 @@ struct poptOption rpmcliAllPoptTable[] = { N_("debug payload file state machine"), NULL}, { "fsmthreads", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_fsm_threads, -1, 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}, { "hdrdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_hdr_debug, -1, NULL, NULL}, #ifdef DYING diff --git a/lib/tufdio.c b/lib/tufdio.c index 78e0bc84c..c77348fb8 100644 --- a/lib/tufdio.c +++ b/lib/tufdio.c @@ -11,7 +11,6 @@ #include <err.h> #include "debug.h" -extern int _ftp_debug; extern int _url_debug; extern int _rpmio_debug; @@ -152,7 +151,6 @@ int main (int argc, char * argv[]) { int rc; - _ftp_debug = -1; _url_debug = -1; _rpmio_debug = -1; |