diff options
author | Bruno Manganelli <bruno.manga95@gmail.com> | 2018-11-23 01:38:29 (GMT) |
---|---|---|
committer | Bruno Manganelli <bruno.manga95@gmail.com> | 2018-12-07 19:29:30 (GMT) |
commit | 87e810f223bad6fb889e7ae4ad08be98461bf6e2 (patch) | |
tree | 07ad1b190e0bfe2240a2e534195973e44426d913 /Source/cmOutputConverter.h | |
parent | 99a224e3ee0b6a770c388313a7b32746a95514e8 (diff) | |
download | CMake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.zip CMake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.tar.gz CMake-87e810f223bad6fb889e7ae4ad08be98461bf6e2.tar.bz2 |
cmOutputConverter: Moved ForceToRelativePath to cmSystem
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r-- | Source/cmOutputConverter.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index ed7143c..38102e8 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -106,14 +106,6 @@ public: std::string ConvertToRelativePath(std::string const& local_path, std::string const& remote_path) 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. - */ - static std::string ForceToRelativePath(std::string const& local_path, - std::string const& remote_path); - private: cmState* GetState() const; |