* src/vipw.c: Remove unused variable a.

This commit is contained in:
nekral-guest 2011-11-06 18:40:17 +00:00
parent 45154f1d68
commit 2a2c8190ec
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-11-06 Nicolas François <nicolas.francois@centraliens.net>
* src/vipw.c: Remove unused variable a.
2011-11-06 Nicolas François <nicolas.francois@centraliens.net>
* man/generate_mans.mak: The xml-config files do not depend on the

View File

@ -413,7 +413,6 @@ vipwedit (const char *file, int (*file_lock) (void), int (*file_unlock) (void))
int main (int argc, char **argv)
{
bool editshadow = false;
char *a;
bool do_vipw;
Prog = Basename (argv[0]);