2007.
[idzebra-moved-to-github.git] / index / key_block.c
index 322de81..125d47a 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: key_block.c,v 1.6 2006-11-29 10:31:29 adam Exp $
-   Copyright (C) 1995-2006
+/* $Id: key_block.c,v 1.8 2007-01-15 15:10:16 adam Exp $
+   Copyright (C) 1995-2007
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -65,8 +65,6 @@ struct encode_info {
     char buf[ENCODE_BUFLEN];
 };
 
-static int log_level = 0;
-
 #define USE_SHELLSORT 0
 
 #if USE_SHELLSORT