diff --git a/src/vipw.c b/src/vipw.c index 8c97f4bc..488a97d9 100644 --- a/src/vipw.c +++ b/src/vipw.c @@ -293,7 +293,6 @@ vipwedit (const char *file, int (*file_lock) (void), int (*file_unlock) (void)) /* use the system() call to invoke the editor so that it accepts command line args in the EDITOR and VISUAL environment vars */ char *buf; - int status; /* Wait for parent to make us the foreground pgrp. */ if (orig_pgrp != -1) {