From 3d8c6cd9648089c389c1496fb910d664a5773ab4 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 1 Jun 2015 20:11:53 +0200 Subject: cmLocalGenerator: Remove obsolete method. --- Source/cmLocalGenerator.cxx | 8 -------- Source/cmLocalGenerator.h | 7 ------- 2 files changed, 15 deletions(-) diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 84461b1..f35de03 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -2670,14 +2670,6 @@ cmLocalGenerator::ConstructComment(cmCustomCommandGenerator const& ccg, } //---------------------------------------------------------------------------- -std::string -cmLocalGenerator::ConvertToOptionallyRelativeOutputPath( - const std::string& remote) -{ - return this->Convert(remote, START_OUTPUT, SHELL, true); -} - -//---------------------------------------------------------------------------- const char* cmLocalGenerator::GetRelativeRootPath(RelativeRoot relroot) { switch (relroot) diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 03fe9ba..30b622e 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -126,13 +126,6 @@ public: */ const char* GetRelativeRootPath(RelativeRoot relroot); - /** - * Convert the given path to an output path. The - * remote path must use forward slashes and not already be escaped - * or quoted. - */ - std::string ConvertToOptionallyRelativeOutputPath(const std::string& remote); - ///! set/get the parent generator cmLocalGenerator* GetParent() const {return this->Parent;} -- cgit v0.12