From: Michael Vetter Date: Sat, 25 Apr 2020 10:10:39 +0000 (+0200) Subject: Remove unused variable 'cpp' X-Git-Tag: v4.9~80^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8eee5d03fdad63d60003365eab3e8c2fe7b042b3;p=thirdparty%2Fshadow.git Remove unused variable 'cpp' --- diff --git a/lib/sgetspent.c b/lib/sgetspent.c index 20531eba5..8251a5613 100644 --- a/lib/sgetspent.c +++ b/lib/sgetspent.c @@ -52,7 +52,6 @@ struct spwd *sgetspent (const char *string) static struct spwd spwd; char *fields[FIELDS]; char *cp; - char *cpp; int i; /* diff --git a/lib/shadow.c b/lib/shadow.c index 05cb0e4a9..08d2c94c6 100644 --- a/lib/shadow.c +++ b/lib/shadow.c @@ -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; /*