X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkey_block.c;fp=index%2Fkey_block.c;h=085f2b21411e8b435efdaa468a7389332d60335c;hb=027c4aa269709a33000e42fb478f8b1cb79e0842;hp=322de8138559418718f9a9bfa7d87ffb11b974ca;hpb=1d1da372c86b3070920f6f38bde4ea38a54e2a87;p=idzebra-moved-to-github.git diff --git a/index/key_block.c b/index/key_block.c index 322de81..085f2b2 100644 --- a/index/key_block.c +++ b/index/key_block.c @@ -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