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

Remove useless variable.

parent 70ce248d
......@@ -216,7 +216,6 @@ main(int argc, char **argv)
SHIFTE();
config_file = *arg;
} else if(strcmp(*arg, "-C") == 0) {
int rc;
SHIFTE();
rc = parse_config_from_string(*arg);
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