Removed logically dead code
This commit is contained in:
parent
aa0523f60a
commit
56955eea39
@ -328,10 +328,6 @@ std::string ReaderWriterP3DXML::expandEnvVarsInFileName(const std::string& filen
|
||||
}
|
||||
start_pos = argument.find("${",end_pos);
|
||||
}
|
||||
else
|
||||
{
|
||||
start_pos = std::string::npos;
|
||||
}
|
||||
}
|
||||
|
||||
return argument;
|
||||
|
Loading…
Reference in New Issue
Block a user