summaryrefslogtreecommitdiff
path: root/lib/poptI.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-05-01 22:13:00 +0000
committerjbj <devnull@localhost>2002-05-01 22:13:00 +0000
commitcf2484ce1f2225e01b61dabb18a4d54e8fd6e375 (patch)
tree876ae0e74b88cf6c9b97c4c75554f316a02a5919 /lib/poptI.c
parent9ecc4d884f3765c4bb19fefff70cbd7d7b1db794 (diff)
downloadrpm-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.tar.gz
rpm-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.tar.bz2
rpm-cf2484ce1f2225e01b61dabb18a4d54e8fd6e375.zip
- attempt to make peace with automake-1.6.1, autoconf-2.53.
- rip out two layers of dbN gook, internal Berkeley db is here to stay. CVS patchset: 5412 CVS date: 2002/05/01 22:13:00
Diffstat (limited to 'lib/poptI.c')
-rw-r--r--lib/poptI.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/poptI.c b/lib/poptI.c
index ae14b6c7c..aefb80d1c 100644
--- a/lib/poptI.c
+++ b/lib/poptI.c
@@ -40,10 +40,6 @@ static void installArgCallback( /*@unused@*/ poptContext con,
{
struct rpmInstallArguments_s * ia = &rpmIArgs;
-#if 0
-fprintf(stderr, "*** opt %s %c info 0x%x arg %p val 0x%x arg %p %s\n", opt->longName, opt->shortName, opt->argInfo, opt->arg, opt->val, arg, arg);
-#endif
-
/* XXX avoid accidental collisions with POPT_BIT_SET for flags */
/*@-branchstate@*/
if (opt->arg == NULL)