Remove entire block

This commit is contained in:
sum2012
2014-03-23 11:19:37 +08:00
parent ba88be9172
commit 0694e91fab
-2
View File
@@ -137,9 +137,7 @@ static bool RealPath(const std::string &currentDirectory, const std::string &inP
// Special case: "disc0:" is different from "disc0:/", so keep track of the single slash.
if (inAfterColon == "/")
{
outPath = prefix + inAfterColon;
}
if (! ApplyPathStringToComponentsVector(cmpnts, inAfterColon) )
{