diff --git a/sudo.c b/sudo.c index 5a535028a..328ece17c 100644 --- a/sudo.c +++ b/sudo.c @@ -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 */