Code

simplify code for generating y axis labels a bit.
[rrdtool-all.git] / program / src / rrd_first.c
index 8468a99544164982359613c858f1909f7f036cba..9414b0a6010f242038e9ed729fa562a30ef84aaf 100644 (file)
@@ -24,7 +24,6 @@ rrd_first(int argc, char **argv)
         };
         int option_index = 0;
         int opt;
-       optind = 0; opterr = 0;  /* initialize getopt */
         opt = getopt_long(argc, argv, "", long_options, &option_index);
 
         if(opt == EOF)