From 352e7cd6f34e41d64050af0ef873903477aae316 Mon Sep 17 00:00:00 2001 From: ewt Date: Fri, 24 Jan 1997 16:13:19 +0000 Subject: [PATCH] removed unused variable tok CVS patchset: 1353 CVS date: 1997/01/24 16:13:19 --- build/reqprov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/reqprov.c b/build/reqprov.c index 6aee244..093ae27 100644 --- a/build/reqprov.c +++ b/build/reqprov.c @@ -192,7 +192,7 @@ static StringBuf getOutputFrom(char *dir, char *argv[], int generateAutoReqProv(Header header, struct PackageRec *p) { - char **f, **fsave, *s, *tok; + char **f, **fsave, *s; int count; int_16 *modes; -- 2.7.4