From: Todd C. Miller Date: Sat, 23 Sep 1995 20:48:48 +0000 (+0000) Subject: removed unused variable X-Git-Tag: SUDO_1_4_0~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d691e1c475b9c8cdec017a3c09ea5f7dec2c48a;p=sudo removed unused variable now passes -Wall --- 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 */