From 5d691e1c475b9c8cdec017a3c09ea5f7dec2c48a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 23 Sep 1995 20:48:48 +0000 Subject: [PATCH] removed unused variable now passes -Wall --- sudo.c | 1 - 1 file changed, 1 deletion(-) 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 */