Commit 71fadce4 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove useless variable.

parent 70ce248d
...@@ -216,7 +216,6 @@ main(int argc, char **argv) ...@@ -216,7 +216,6 @@ main(int argc, char **argv)
SHIFTE(); SHIFTE();
config_file = *arg; config_file = *arg;
} else if(strcmp(*arg, "-C") == 0) { } else if(strcmp(*arg, "-C") == 0) {
int rc;
SHIFTE(); SHIFTE();
rc = parse_config_from_string(*arg); rc = parse_config_from_string(*arg);
if(rc < 0) { if(rc < 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment