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
|
||||
eqPos = line.find("=");
|
||||
if(line[0] == '#' || eqPos == std::string::npos) {
|
||||
if(line[0] == '#') {
|
||||
// skip this line
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue