Remove unused variable 'cpp'

This commit is contained in:
Michael Vetter 2020-04-25 12:10:39 +02:00
parent 77be9c35c7
commit 8eee5d03fd
2 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ struct spwd *sgetspent (const char *string)
static struct spwd spwd;
char *fields[FIELDS];
char *cp;
char *cpp;
int i;
/*

View File

@ -130,7 +130,6 @@ static struct spwd *my_sgetspent (const char *string)
static struct spwd spwd;
char *fields[FIELDS];
char *cp;
char *cpp;
int i;
/*