summaryrefslogtreecommitdiff
path: root/lib/poptALL.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-03-22 13:05:38 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-03-22 13:05:38 +0200
commitb02d4f20a0bf2b1cf96ace4dbcbfddd4a54f0a08 (patch)
tree07a09bcd2fc1b836e7268897a6bae8d14cfa0aba /lib/poptALL.c
parent19498b426f102f589d2418f918533bc27254b267 (diff)
downloadlibrpm-tizen-b02d4f20a0bf2b1cf96ace4dbcbfddd4a54f0a08.tar.gz
librpm-tizen-b02d4f20a0bf2b1cf96ace4dbcbfddd4a54f0a08.tar.bz2
librpm-tizen-b02d4f20a0bf2b1cf96ace4dbcbfddd4a54f0a08.zip
Lose the useless rpmdb refcounting debug junk + switches
- get the debug messages out of API, this is what should've been in commit dbdbe8010cd944f026a5a4e5d071eb31d29d81c4
Diffstat (limited to 'lib/poptALL.c')
-rw-r--r--lib/poptALL.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/poptALL.c b/lib/poptALL.c
index c5374ca95..cfcd22b62 100644
--- a/lib/poptALL.c
+++ b/lib/poptALL.c
@@ -39,8 +39,6 @@ extern int _print_pkts;
extern int _psm_debug;
-extern int _rpmdb_debug;
-
/* XXX avoid -lrpmbuild linkage. */
int _rpmfc_debug;
@@ -224,8 +222,6 @@ struct poptOption rpmcliAllPoptTable[] = {
NULL, NULL},
{ "prtpkts", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_print_pkts, -1,
NULL, NULL},
- { "rpmdbdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmdb_debug, -1,
- NULL, NULL},
{ "rpmfcdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmfc_debug, -1,
NULL, NULL},
{ "rpmiodebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmio_debug, -1,