From: Panu Matilainen Date: Mon, 22 Mar 2010 12:50:50 +0000 (+0200) Subject: Lose completely unused rpmte_debug junk X-Git-Tag: rpm-4.9.0-beta1~811 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e2d188faecbdcc671f99d2d0cbd7b039cdea217;p=platform%2Fupstream%2Frpm.git Lose completely unused rpmte_debug junk --- diff --git a/lib/poptALL.c b/lib/poptALL.c index cfcd22b..d569f36 100644 --- a/lib/poptALL.c +++ b/lib/poptALL.c @@ -44,8 +44,6 @@ extern int _psm_debug; extern int _rpmsq_debug; -extern int _rpmte_debug; - extern int _rpmts_stats; const char * rpmcliPipeOutput = NULL; @@ -228,8 +226,6 @@ struct poptOption rpmcliAllPoptTable[] = { N_("debug rpmio I/O"), NULL}, { "rpmsqdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmsq_debug, -1, NULL, NULL}, - { "rpmtedebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmte_debug, -1, - NULL, NULL}, { "stats", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmts_stats, -1, NULL, NULL}, diff --git a/lib/rpmte.c b/lib/rpmte.c index 75fb021..0a97955 100644 --- a/lib/rpmte.c +++ b/lib/rpmte.c @@ -15,8 +15,6 @@ #include "debug.h" -int _rpmte_debug = 0; - /** \ingroup rpmte * A single package instance to be installed/removed atomically. */ diff --git a/lib/rpmte.h b/lib/rpmte.h index d038f71..1f75c8c 100644 --- a/lib/rpmte.h +++ b/lib/rpmte.h @@ -12,10 +12,6 @@ extern "C" { #endif -/** - */ -extern int _rpmte_debug; - /** \ingroup rpmte * Transaction element type. */