Remove unused variable from os_process_arguments
authorIvy Foster <ivy.foster@gmail.com>
Wed, 27 Apr 2016 03:26:01 +0000 (22:26 -0500)
committerIvy Foster <ivy.foster@gmail.com>
Wed, 27 Apr 2016 03:26:01 +0000 (22:26 -0500)
src/curses/ux_init.c

index d7b87c0557185c3c5645d3f1e08dcf1b9c8546ef..af46d3eb474aebc1d95b954c1eb7e2cb970967c5 100644 (file)
@@ -148,7 +148,7 @@ void os_fatal (const char *s, ...)
 
 void os_process_arguments (int argc, char *argv[])
 {
-    int c, i;
+    int c;
 
     char *p = NULL;
     char *blorb_ext = NULL;