summaryrefslogtreecommitdiff
path: root/Source/cmOutputConverter.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-08-27 13:44:52 +0200
committerStephen Kelly <steveire@gmail.com>2016-08-27 13:44:52 +0200
commitad70a236f4368c21c08bcd4ea4d28425176c4e17 (patch)
treea161820284ff6d19333e247f9dd97d1cbc5be72b /Source/cmOutputConverter.h
parente3ca17e13b8d2aecc6d97ac800d65c6c35378a98 (diff)
downloadcmake-ad70a236f4368c21c08bcd4ea4d28425176c4e17.tar.gz
Convert: Remove ConvertToOutputForExisting overload
It is no longer used.
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r--Source/cmOutputConverter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h
index d3ded25367..9eb1846374 100644
--- a/Source/cmOutputConverter.h
+++ b/Source/cmOutputConverter.h
@@ -69,11 +69,6 @@ public:
std::string ConvertToOutputForExisting(const std::string& remote,
OutputFormat format = SHELL) const;
- /** For existing path identified by RelativeRoot convert to output
- path and short path if spaces. */
- std::string ConvertToOutputForExisting(RelativeRoot remote,
- OutputFormat format = SHELL) const;
-
void SetLinkScriptShell(bool linkScriptShell);
/**