Oops, more leftovers from rpmal debug goo
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 18 Mar 2010 21:40:34 +0000 (23:40 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 18 Mar 2010 21:40:34 +0000 (23:40 +0200)
lib/poptALL.c

index 98dfae6..d4c02b4 100644 (file)
@@ -39,8 +39,6 @@ extern int _print_pkts;
 
 extern int _psm_debug;
 
-extern int _rpmal_debug;
-
 extern int _rpmdb_debug;
 
 extern int _rpmds_debug;
@@ -258,8 +256,6 @@ struct poptOption rpmcliAllPoptTable[] = {
        NULL, NULL},
  { "prtpkts", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_print_pkts, -1,
        NULL, NULL},
- { "rpmaldebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmal_debug, -1,
-       NULL, NULL},
  { "rpmdbdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmdb_debug, -1,
        NULL, NULL},
  { "rpmdsdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_rpmds_debug, -1,