From 3b3dd7d754a7280fa83c099862d3a3f201ed0f12 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 25 Apr 2005 10:45:28 +0000 Subject: [PATCH] Remove unused var --- isamb/isamb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 1.7.10.4