diff options
author | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-08-29 08:25:34 (GMT) |
---|---|---|
committer | Daniel Eiband <daniel.eiband@brainlab.com> | 2019-09-21 10:56:10 (GMT) |
commit | f4afcd5c6bee7604e031aaab2fa38a9e9ba93900 (patch) | |
tree | 09a6531415d27613db9dbf8cc4c3d1ab134e05d0 /Source/cmGlobalVisualStudioGenerator.cxx | |
parent | 61fdf326d8e762aaaef22d8ecce443674d5205e6 (diff) | |
download | CMake-f4afcd5c6bee7604e031aaab2fa38a9e9ba93900.zip CMake-f4afcd5c6bee7604e031aaab2fa38a9e9ba93900.tar.gz CMake-f4afcd5c6bee7604e031aaab2fa38a9e9ba93900.tar.bz2 |
VS: Remove call to ConvertToWindowsExtendedPath with result discarded
Remove call to ConvertToWindowsExtendedPath. The call has no side effect and
the return value is discarded.
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx index 61e8f58..108a44f 100644 --- a/Source/cmGlobalVisualStudioGenerator.cxx +++ b/Source/cmGlobalVisualStudioGenerator.cxx @@ -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()); |