Lose completely unused rpmte_debug junk

This commit is contained in:
Panu Matilainen 2010-03-22 14:50:50 +02:00
parent 36e4ef1a0a
commit 1e2d188fae
3 changed files with 0 additions and 10 deletions

View 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},

View File

@ -15,8 +15,6 @@
#include "debug.h"
int _rpmte_debug = 0;
/** \ingroup rpmte
* A single package instance to be installed/removed atomically.
*/

View File

@ -12,10 +12,6 @@
extern "C" {
#endif
/**
*/
extern int _rpmte_debug;
/** \ingroup rpmte
* Transaction element type.
*/