cmLocalGenerator: Remove obsolete method.
This commit is contained in:
parent
e44e6bcc04
commit
3d8c6cd964
|
@ -2669,14 +2669,6 @@ cmLocalGenerator::ConstructComment(cmCustomCommandGenerator const& ccg,
|
||||||
return default_comment;
|
return default_comment;
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
|
||||||
std::string
|
|
||||||
cmLocalGenerator::ConvertToOptionallyRelativeOutputPath(
|
|
||||||
const std::string& remote)
|
|
||||||
{
|
|
||||||
return this->Convert(remote, START_OUTPUT, SHELL, true);
|
|
||||||
}
|
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
const char* cmLocalGenerator::GetRelativeRootPath(RelativeRoot relroot)
|
const char* cmLocalGenerator::GetRelativeRootPath(RelativeRoot relroot)
|
||||||
{
|
{
|
||||||
|
|
|
@ -126,13 +126,6 @@ public:
|
||||||
*/
|
*/
|
||||||
const char* GetRelativeRootPath(RelativeRoot relroot);
|
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
|
///! set/get the parent generator
|
||||||
cmLocalGenerator* GetParent() const {return this->Parent;}
|
cmLocalGenerator* GetParent() const {return this->Parent;}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue