removed unused variable tok

CVS patchset: 1353
CVS date: 1997/01/24 16:13:19
This commit is contained in:
ewt 1997-01-24 16:13:19 +00:00
parent bfd57b7a22
commit 352e7cd6f3
1 changed files with 1 additions and 1 deletions

View File

@ -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;