Removed unused var
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 3 Dec 2006 15:55:02 +0000 (15:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 3 Dec 2006 15:55:02 +0000 (15:55 +0000)
index/key_block.c

index 322de81..085f2b2 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: key_block.c,v 1.6 2006-11-29 10:31:29 adam Exp $
+/* $Id: key_block.c,v 1.7 2006-12-03 15:55:02 adam Exp $
    Copyright (C) 1995-2006
    Index Data ApS
 
@@ -65,8 +65,6 @@ struct encode_info {
     char buf[ENCODE_BUFLEN];
 };
 
-static int log_level = 0;
-
 #define USE_SHELLSORT 0
 
 #if USE_SHELLSORT