Commit 86d3ac94 authored by Brad Hards's avatar Brad Hards Committed by Rusty Russell

ciniparser: remove dead store

last is unconditionally set to zero later in this function.
parent fbc78770
......@@ -428,8 +428,6 @@ dictionary *ciniparser_load(const char *ininame)
/* Multi-line value */
last = len;
continue;
} else {
last = 0;
}
switch (ciniparser_line(line, section, key, val)) {
......
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