From 096e531236c48e3dfaed236a9653a473b146ee00 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Mon, 7 Nov 2005 09:21:42 +0000 Subject: removed the declaration of an unused variable --- src/util/convertdb.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/util') 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; -- cgit v1.2.3-24-g4f1b