]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
unused variable revmoved
authorTobias Oetiker <tobi@oetiker.ch>
Thu, 6 Nov 2014 11:18:58 +0000 (12:18 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 6 Nov 2014 11:18:58 +0000 (12:18 +0100)
src/rrd_graph_helper.c

index cafb1301dee0159c793fb68889160381c80f59de..74bbebed35dff214b3b17c585a9792c07977e44f 100644 (file)
@@ -222,7 +222,7 @@ int parseArguments(const char* origarg, parsedargs_t* pa) {
       /* null and : separate the string */
       *pos=0;
       /* flag to say we are positional */
-      int ispos=0;
+      //int ispos=0;
       /* handle the case where we have got an = */
       /* find equal sign */
       char* equal=field;
@@ -254,7 +254,7 @@ int parseArguments(const char* origarg, parsedargs_t* pa) {
          }
          key=poskeys[poscnt];
          poscnt++;
-         ispos=poscnt;
+         //ispos=poscnt;
          value=field;
        }
       }