Revert "Always return a path if we can't normalize it"

This reverts commit 7bdea16b1f.
This commit is contained in:
Marek Roszko 2021-02-05 00:49:34 -05:00
parent 7bdea16b1f
commit 1572d90ee7
1 changed files with 0 additions and 4 deletions

View File

@ -118,10 +118,6 @@ wxString NormalizePath( const wxFileName& aFilePath, const ENV_VAR_MAP* aEnvVars
normalizedFullPath += aFilePath.GetFullName();
}
else
{
normalizedFullPath = aFilePath.GetFullPath();
}
return normalizedFullPath;
}