]> granicus.if.org Git - sudo/commitdiff
removed unused variable
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 23 Sep 1995 20:48:48 +0000 (20:48 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 23 Sep 1995 20:48:48 +0000 (20:48 +0000)
now passes -Wall

sudo.c

diff --git a/sudo.c b/sudo.c
index 5a535028a5e54c8f7f25c8cfac03bcf2c996769d..328ece17c31a9e5ebd150041c5d1ad870ad089ef 100644 (file)
--- 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 */