Fix compiler warning
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 6 Aug 2016 18:53:43 +0000 (20:53 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 6 Aug 2016 18:57:35 +0000 (20:57 +0200)
src/ui/terminal/terminal-opts.c

index db81e6b7de2301c962744fd9b6e5b9109cced427..3362299ce5890efeb47e7f16cd80e1f79d0eeb20 100644 (file)
@@ -145,7 +145,6 @@ get_supported_formats (void)
   struct string_set format_set;
   char *format_string;
   const char *format;
-  size_t i;
 
   /* Get supported formats as unordered set. */
   string_set_init (&format_set);