diff options
author | Guillem Jover <guillem@debian.org> | 2009-09-16 13:35:39 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-09-19 19:21:55 +0200 |
commit | 251008842a464261333381b2d92e2ae9891970e6 (patch) | |
tree | 97d031db3812aa5e4338d1b0d3c178f66b068ea8 | |
parent | 76fd765a0ee2abdd182db085a69f265ac03b3f65 (diff) | |
download | dpkg-251008842a464261333381b2d92e2ae9891970e6.tar.gz |
dpkg-query: Remove unused f_ and fc_ variables
-rw-r--r-- | src/query.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/query.c b/src/query.c index 997aacb5f..e174bfd23 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= ""; |