quieted a dumb warning and tripped useless code
This commit is contained in:
parent
d00be0620b
commit
4df6b97013
|
@ -599,7 +599,7 @@ Config::_load()
|
||||||
|
|
||||||
// check line validity
|
// check line validity
|
||||||
eqPos = line.find("=");
|
eqPos = line.find("=");
|
||||||
if(line[0] == '#' || eqPos == std::string::npos) {
|
if(line[0] == '#') {
|
||||||
// skip this line
|
// skip this line
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue