diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-08-27 11:44:53 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-08-27 11:44:53 (GMT) |
commit | fbd83948675f4b1cb487d59390cfe1689f801fc0 (patch) | |
tree | c8a78d69240ee92f70ee5c13d9fadd61d409ba4e /Source/cmOutputConverter.h | |
parent | c341f4679ad00cb65c7660b474ddabd13d0ef498 (diff) | |
download | CMake-fbd83948675f4b1cb487d59390cfe1689f801fc0.zip CMake-fbd83948675f4b1cb487d59390cfe1689f801fc0.tar.gz CMake-fbd83948675f4b1cb487d59390cfe1689f801fc0.tar.bz2 |
Convert: Remove obsolete GetRelativeRootPath
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r-- | Source/cmOutputConverter.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index 9eb1846..ff06ab6 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; |