From: Adam Dickmeiss Date: Sun, 16 Jan 2005 23:11:04 +0000 (+0000) Subject: Removed unused var declaration X-Git-Tag: ZEBRA.1.3.20~8 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=3b026fe75f3acb124aa132feb8940269ab109d72;p=idzebra-moved-to-github.git Removed unused var declaration --- diff --git a/recctrl/marcread.c b/recctrl/marcread.c index 01d649a..4f5d721 100644 --- a/recctrl/marcread.c +++ b/recctrl/marcread.c @@ -1,4 +1,4 @@ -/* $Id: marcread.c,v 1.24.2.1 2004-11-30 16:39:42 oleg Exp $ +/* $Id: marcread.c,v 1.24.2.2 2005-01-16 23:11:04 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -288,7 +288,6 @@ static char *get_data(data1_node *n, int *len) { if (n->which == DATA1N_data) { - int i; *len = n->u.data.len; /** Fixme: not delete leader/final whitespaces diff --git a/test/api/testclient.c b/test/api/testclient.c index d366b4d..08a7f9c 100644 --- a/test/api/testclient.c +++ b/test/api/testclient.c @@ -1,5 +1,5 @@ /* - * $Id: testclient.c,v 1.1.2.1 2004-12-16 16:28:18 heikki Exp $ + * $Id: testclient.c,v 1.1.2.2 2005-01-16 23:11:31 adam Exp $ * * Z39.50 client specifically for Zebra testing. */ @@ -27,7 +27,6 @@ int main(int argc, char **argv) char *target = 0; char *arg; int delay_sec = 0; - int expected_hits=-1; int ret; int retrieve_number = 0; int retrieve_offset = 0;