Removed unused var declaration
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 16 Jan 2005 23:11:04 +0000 (23:11 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 16 Jan 2005 23:11:04 +0000 (23:11 +0000)
recctrl/marcread.c
test/api/testclient.c

index 01d649a..4f5d721 100644 (file)
@@ -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
index d366b4d..08a7f9c 100644 (file)
@@ -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;