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 /rpmio/tget.c | |
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 'rpmio/tget.c')
-rw-r--r-- | rpmio/tget.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rpmio/tget.c b/rpmio/tget.c index 7ea5b5397..ab7fbd603 100644 --- a/rpmio/tget.c +++ b/rpmio/tget.c @@ -36,8 +36,6 @@ fprintf(stderr, "===== %s\n", path); static struct poptOption optionsTable[] = { { "debug", 'd', POPT_ARG_VAL, &_debug, -1, NULL, NULL }, - { "ftpdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_ftp_debug, -1, - N_("debug protocol data stream"), NULL}, { "rpmiodebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmio_debug, -1, N_("debug rpmio I/O"), NULL}, { "urldebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_url_debug, -1, @@ -68,7 +66,6 @@ main(int argc, const char *argv[]) rpmIncreaseVerbosity(); } -_ftp_debug = -1; #if 1 readFile(dirpath); #endif |