Lose completely unused rpmte_debug junk
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 22 Mar 2010 12:50:50 +0000 (14:50 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 22 Mar 2010 12:50:50 +0000 (14:50 +0200)
lib/poptALL.c
lib/rpmte.c
lib/rpmte.h

index cfcd22b..d569f36 100644 (file)
@@ -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},
 
index 75fb021..0a97955 100644 (file)
@@ -15,8 +15,6 @@
 
 #include "debug.h"
 
-int _rpmte_debug = 0;
-
 /** \ingroup rpmte
  * A single package instance to be installed/removed atomically.
  */
index d038f71..1f75c8c 100644 (file)
 extern "C" {
 #endif
 
-/**
- */
-extern int _rpmte_debug;
-
 /** \ingroup rpmte
  * Transaction element type.
  */