Merge pull request #1309 from waja/negate_remove_unused_variables

negate: remove unused variables
This commit is contained in:
Sven Nierlein 2016-11-07 23:07:34 +01:00 committed by GitHub
commit 19972e99f8

View file

@ -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;