Removed logically dead code

This commit is contained in:
Robert Osfield 2016-06-27 17:12:43 +01:00
parent aa0523f60a
commit 56955eea39

View File

@ -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;