From fbd83948675f4b1cb487d59390cfe1689f801fc0 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Sat, 27 Aug 2016 13:44:53 +0200 Subject: Convert: Remove obsolete GetRelativeRootPath --- Source/cmOutputConverter.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/cmOutputConverter.h') diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index 9eb1846374..ff06ab60c5 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -60,11 +60,6 @@ public: std::string ConvertDirectorySeparatorsForShell( const std::string& source) const; - /** - * Get path for the specified relative root. - */ - const char* GetRelativeRootPath(RelativeRoot relroot) const; - ///! for existing files convert to output path and short path if spaces std::string ConvertToOutputForExisting(const std::string& remote, OutputFormat format = SHELL) const; -- cgit v1.2.1