From 87e810f223bad6fb889e7ae4ad08be98461bf6e2 Mon Sep 17 00:00:00 2001 From: Bruno Manganelli Date: Fri, 23 Nov 2018 01:38:29 +0000 Subject: cmOutputConverter: Moved ForceToRelativePath to cmSystem --- Source/cmOutputConverter.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Source/cmOutputConverter.h') diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index ed7143c435..38102e834d 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; -- cgit v1.2.1