From 51bc6bddb91283da25d098492c9cc1b50e3008fc Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Thu, 16 Jun 2016 23:25:43 +0200 Subject: cmOutputConverter: remove unused code Remove old ConvertToRelativePath function now that all clients have migrated to the new signature. --- Source/cmOutputConverter.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Source/cmOutputConverter.h') diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index 5979eaaee9..fd887ae70e 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -99,17 +99,6 @@ public: }; static FortranFormat GetFortranFormat(const char* value); - /** - * 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& 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 -- cgit v1.2.1