diff options
author | Aurelien Foret <aurelien@archlinux.org> | 2005-11-07 09:21:42 +0000 |
---|---|---|
committer | Aurelien Foret <aurelien@archlinux.org> | 2005-11-07 09:21:42 +0000 |
commit | 096e531236c48e3dfaed236a9653a473b146ee00 (patch) | |
tree | 71aa0d14a2bcdcc0c5f2657e5e8634417f7ca8f6 | |
parent | 414d6d83c911ee7ce63c504cdc8ab8721daefda6 (diff) | |
download | pacman-096e531236c48e3dfaed236a9653a473b146ee00.tar.xz |
removed the declaration of an unused variable
-rw-r--r-- | src/util/convertdb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/convertdb.c b/src/util/convertdb.c index b5436013..76106860 100644 --- a/src/util/convertdb.c +++ b/src/util/convertdb.c @@ -32,8 +32,6 @@ #include "list.h" #include "util.h" -unsigned short pmo_verbose = 0; - int main(int argc, char* argv[]) { FILE* db = NULL; |