summaryrefslogtreecommitdiff
path: root/Source/cmOutputConverter.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-06-16 23:25:43 +0200
committerStephen Kelly <steveire@gmail.com>2016-10-06 18:45:18 +0200
commit51bc6bddb91283da25d098492c9cc1b50e3008fc (patch)
tree6a609f790f11244c19ce474901a004298e423513 /Source/cmOutputConverter.h
parent8e0c1599a1015cf80c4db35d108509986236b756 (diff)
downloadcmake-51bc6bddb91283da25d098492c9cc1b50e3008fc.tar.gz
cmOutputConverter: remove unused code
Remove old ConvertToRelativePath function now that all clients have migrated to the new signature.
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r--Source/cmOutputConverter.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h
index 5979eaaee9..fd887ae70e 100644
--- a/Source/cmOutputConverter.h
+++ b/Source/cmOutputConverter.h
@@ -101,17 +101,6 @@ public:
/**
* Convert the given remote path to a relative path with respect to
- * the given local path. The local path must be given in component
- * form (see SystemTools::SplitPath) without a trailing slash. The
- * remote path must use forward slashes and not already be escaped
- * or quoted.
- */
- std::string ConvertToRelativePath(const std::vector<std::string>& local,
- const std::string& in_remote,
- bool force = false) const;
-
- /**
- * Convert the given remote path to a relative path with respect to
* the given local path. Both paths must use forward slashes and not
* already be escaped or quoted.
* The conversion is skipped if the paths are not both in the source