[PATCH] negate: remove unused variables
Sebastian Herbszt <[email protected]>
| Newsgroups | gmane.network.nagios.devel |
|---|---|
| Message-ID | <20141209000923.000004c0__8936.33137825436$1418080180$gmane$org@localhost> |
Remove unused variables. Signed-off-by: Sebastian Herbszt <[email protected]> --- plugins/negate.c | 4 ++-- 1 file 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] = { 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; -- 2.1.0