[PATCH] negate: remove unused variables
Sebastian Herbszt <[email protected]> Wed, 4 May 2016 00:14:05 +0200
| Newsgroups | gmane.network.nagios.devel |
|---|---|
| Message-ID | <20160504001405.000047af__47356.4297812574$1462313664$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.7.3