diff options
author | Sebastian Herbszt <herbszt@gmx.de> | 2014-12-08 23:09:23 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-12-15 18:42:33 (GMT) |
commit | 0608d3f16aa479a00b55dd0a4807f703d8e9b14f (patch) | |
tree | 7efddd9b0bc2a46f161ff8f6496fba290c724b37 /plugins | |
parent | 8235fd0aef2945e0d638fba3493134588d085d5a (diff) | |
download | monitoring-plugins-0608d3f16aa479a00b55dd0a4807f703d8e9b14f.tar.gz |
negate: remove unused variablesrefs/pull/1309/head
Remove unused variables.
Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/negate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index beaed1e..b320e35 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -59,8 +59,8 @@ static int state[4] = { | |||
59 | int | 59 | int |
60 | main (int argc, char **argv) | 60 | main (int argc, char **argv) |
61 | { | 61 | { |
62 | int found = 0, result = STATE_UNKNOWN; | 62 | int result = STATE_UNKNOWN; |
63 | char *buf, *sub; | 63 | char *sub; |
64 | char **command_line; | 64 | char **command_line; |
65 | output chld_out, chld_err; | 65 | output chld_out, chld_err; |
66 | int i; | 66 | int i; |