X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=422fb6aa67b7c5345330104ec42e5dbaf75e63bd;hb=3df3e928408f9b730578eba65737e9c8a19dd707;hp=5b14b744f1d8502c526dc454a028000284f03ae8;hpb=63623cd0c55c41dc07c69cb76961f3db61924b97;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index 5b14b74..422fb6a 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -1,4 +1,4 @@ -/* $Id: kinput.c,v 1.53 2002-08-05 19:46:01 adam Exp $ +/* $Id: kinput.c,v 1.54 2003-03-05 16:44:02 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -446,6 +446,7 @@ int heap_inpc (struct heap_info *hi) return 0; } +#if 0 /* for debugging only */ static void print_dict_item (ZebraMaps zm, const char *s) { @@ -466,6 +467,7 @@ static void print_dict_item (ZebraMaps zm, const char *s) *to = '\0'; yaz_log (LOG_LOG, "%s", keybuf); } +#endif int heap_inpb (struct heap_info *hi) {