From: Heikki Levanto Date: Thu, 6 Jan 2005 11:13:10 +0000 (+0000) Subject: Removed an unnecessary declaration that gave a warning X-Git-Tag: snippet.version.1~177 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=91b1f9f7ebbfef318d122f873db520a91ee50908;p=idzebra-moved-to-github.git Removed an unnecessary declaration that gave a warning --- diff --git a/test/espec/t1.c b/test/espec/t1.c index d2e5a9d..138d832 100644 --- a/test/espec/t1.c +++ b/test/espec/t1.c @@ -1,4 +1,4 @@ -/* $Id: t1.c,v 1.2 2004-12-14 11:23:32 adam Exp $ +/* $Id: t1.c,v 1.3 2005-01-06 11:13:10 heikki Exp $ Copyright (C) 2003,2004 Index Data Aps @@ -26,7 +26,6 @@ int main(int argc, char **argv) { ZebraService zs = start_up(0, argc, argv); ZebraHandle zh = zebra_open(zs); - ZebraMetaRecord *recs; char path[256]; int i, errs = 0;