mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-11 01:30:00 -04:00
Merge pull request #1309 from waja/negate_remove_unused_variables
negate: remove unused variables
This commit is contained in:
commit
19972e99f8
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue