]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Remove unused variable 'cpp'
authorMichael Vetter <jubalh@iodoru.org>
Sat, 25 Apr 2020 10:10:39 +0000 (12:10 +0200)
committerMichael Vetter <jubalh@iodoru.org>
Sat, 25 Apr 2020 10:10:39 +0000 (12:10 +0200)
lib/sgetspent.c
lib/shadow.c

index 20531eba5ed304a36daf64959f44034f07866cd9..8251a56137ce970cf8334cf17d1842d74437f386 100644 (file)
@@ -52,7 +52,6 @@ struct spwd *sgetspent (const char *string)
        static struct spwd spwd;
        char *fields[FIELDS];
        char *cp;
-       char *cpp;
        int i;
 
        /*
index 05cb0e4a9b0f0770a47abba4004275509be31e71..08d2c94c6a67e31291c8206fc28d7b3d0810cf99 100644 (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;
 
        /*