removed unused variable

now passes -Wall
This commit is contained in:
Todd C. Miller
1995-09-23 20:48:48 +00:00
parent 4571b88d54
commit 5d691e1c47

1
sudo.c
View File

@@ -488,7 +488,6 @@ static int parse_args()
int ret = MODE_RUN; /* what mode is suod to be run in? */
int excl = 0; /* exclusive arg, no others allowed */
char *progname = Argv[0]; /* so we can save Argv[0] */
int i;
#ifdef SHELL_IF_NO_ARGS
if (Argc < 2) { /* no options and no command */