summaryrefslogtreecommitdiffstats
path: root/Source/cmOutputConverter.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-08-27 11:44:51 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-08-27 11:44:51 (GMT)
commit9440d5776bf48778d452e2d3a48d4e93d7b6f7a7 (patch)
tree288f54f62a74453ecdccce3a71dc6ceddcc62ffb /Source/cmOutputConverter.h
parent21c946eef4e11e6161cc46b265fbeb128ea1baf7 (diff)
downloadCMake-9440d5776bf48778d452e2d3a48d4e93d7b6f7a7.zip
CMake-9440d5776bf48778d452e2d3a48d4e93d7b6f7a7.tar.gz
CMake-9440d5776bf48778d452e2d3a48d4e93d7b6f7a7.tar.bz2
Convert: Remove unused overload
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r--Source/cmOutputConverter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h
index 23f2e62..d3ded25 100644
--- a/Source/cmOutputConverter.h
+++ b/Source/cmOutputConverter.h
@@ -57,8 +57,6 @@ public:
OutputFormat output) const;
std::string Convert(const std::string& remote, RelativeRoot local,
OutputFormat output = UNCHANGED) const;
- std::string Convert(RelativeRoot remote, const std::string& local,
- OutputFormat output = UNCHANGED) const;
std::string ConvertDirectorySeparatorsForShell(
const std::string& source) const;