Browse Source

Merge pull request #1309 from waja/negate_remove_unused_variables

negate: remove unused variables
Sven Nierlein 9 years ago
parent
commit
19972e99f8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/negate.c

+ 2 - 2
plugins/negate.c

@@ -59,8 +59,8 @@ static int state[4] = {
 int
 main (int argc, char **argv)
 {
-	int found = 0, result = STATE_UNKNOWN;
-	char *buf, *sub;
+	int result = STATE_UNKNOWN;
+	char *sub;
 	char **command_line;
 	output chld_out, chld_err;
 	int i;