* src/vipw.c: Remove unused variable a.
This commit is contained in:
parent
45154f1d68
commit
2a2c8190ec
@ -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>
|
2011-11-06 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/generate_mans.mak: The xml-config files do not depend on the
|
* man/generate_mans.mak: The xml-config files do not depend on the
|
||||||
|
@ -413,7 +413,6 @@ vipwedit (const char *file, int (*file_lock) (void), int (*file_unlock) (void))
|
|||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
bool editshadow = false;
|
bool editshadow = false;
|
||||||
char *a;
|
|
||||||
bool do_vipw;
|
bool do_vipw;
|
||||||
|
|
||||||
Prog = Basename (argv[0]);
|
Prog = Basename (argv[0]);
|
||||||
|
Loading…
Reference in New Issue
Block a user