The following commit has been merged in the master branch:
commit 251008842a464261333381b2d92e2ae9891970e6
Author: Guillem Jover <[email protected]>
Date: Wed Sep 16 13:35:39 2009 +0200
dpkg-query: Remove unused f_ and fc_ variables
diff --git a/src/query.c b/src/query.c
index 997aacb..e174bfd 100644
--- a/src/query.c
+++ b/src/query.c
@@ -614,13 +614,6 @@ Use --help for help about querying packages;\n\
Use --license for copyright license and lack of warranty (GNU GPL).");
const struct cmdinfo *cipaction = NULL;
-int f_pending=0, f_recursive=0, f_alsoselect=1, f_skipsame=0, f_noact=0;
-int f_autodeconf=0, f_nodebsig=0;
-unsigned long f_debug=0;
-/* Change fc_overwrite to 1 to enable force-overwrite by default */
-int fc_hold=0;
-int fc_conflicts=0, fc_depends=0;
-int fc_badpath=0;
const char *admindir= ADMINDIR;
const char *instdir= "";
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]