X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=isamb%2Fisamb.c;h=0ee485c35089bc8ab3df6bf17317a0fb8fe06b08;hb=3b3dd7d754a7280fa83c099862d3a3f201ed0f12;hp=4744ae0cdada4bc8be8c8889ee3c43fde2d1ede8;hpb=5304823b6d0dd99b7878937301a7639b4f2eca87;p=idzebra-moved-to-github.git diff --git a/isamb/isamb.c b/isamb/isamb.c index 4744ae0..0ee485c 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,4 +1,4 @@ -/* $Id: isamb.c,v 1.78 2005-04-25 10:42:08 adam Exp $ +/* $Id: isamb.c,v 1.79 2005-04-25 10:45:28 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1799,7 +1799,6 @@ int isamb_pp_forward (ISAMB_PP pp, void *buf, const void *untilbuf) void isamb_pp_pos(ISAMB_PP pp, double *current, double *total) { /* return an estimate of the current position and of the total number of */ /* occureences in the isam tree, based on the current leaf */ - struct ISAMB_block *p = pp->block[pp->level]; assert(total); assert(current);