VS: Remove call to ConvertToWindowsExtendedPath with result discarded

Remove call to ConvertToWindowsExtendedPath.  The call has no side effect and
the return value is discarded.
This commit is contained in:
Daniel Eiband
2019-08-29 10:25:34 +02:00
parent 61fdf326d8
commit f4afcd5c6b

View File

@@ -901,7 +901,6 @@ void cmGlobalVisualStudioGenerator::AddSymbolExportCommand(
gt->LocalGenerator->ComputeObjectFilenames(mapping, gt);
std::string obj_dir = gt->ObjectDirectory;
std::string cmakeCommand = cmSystemTools::GetCMakeCommand();
cmSystemTools::ConvertToWindowsExtendedPath(cmakeCommand);
std::string obj_dir_expanded = obj_dir;
cmSystemTools::ReplaceString(obj_dir_expanded, this->GetCMakeCFGIntDir(),
configName.c_str());