From 91b1f9f7ebbfef318d122f873db520a91ee50908 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Thu, 6 Jan 2005 11:13:10 +0000 Subject: [PATCH] Removed an unnecessary declaration that gave a warning --- test/espec/t1.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 1.7.10.4