From bd078a5811fb6405f9aa94177f8f0cc47eafee39 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 4 Jul 2008 14:53:02 +0300 Subject: [PATCH] Remove unused _url_debug --- lib/poptALL.c | 2 -- rpmio/url.c | 4 ---- 2 files changed, 6 deletions(-) diff --git a/lib/poptALL.c b/lib/poptALL.c index 25b4e25..8bfe8f9 100644 --- a/lib/poptALL.c +++ b/lib/poptALL.c @@ -291,8 +291,6 @@ struct poptOption rpmcliAllPoptTable[] = { NULL, NULL}, { "stats", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmts_stats, -1, NULL, NULL}, - { "urldebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_url_debug, -1, - N_("debug URL cache handling"), NULL}, POPT_TABLEEND }; diff --git a/rpmio/url.c b/rpmio/url.c index 6fa2d1d..f537518 100644 --- a/rpmio/url.c +++ b/rpmio/url.c @@ -32,10 +32,6 @@ #define URLMAGIC 0xd00b1ed0 #define URLSANE(u) assert(u && u->magic == URLMAGIC) -/** - */ -int _url_debug = 0; - urlinfo urlNew() { urlinfo u; -- 2.7.4