diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-01 18:11:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-06-03 15:44:26 (GMT) |
commit | 3d8c6cd9648089c389c1496fb910d664a5773ab4 (patch) | |
tree | affe92d05ff945c95b585cc3e47f5fca3e9463ab /Source/cmLocalGenerator.h | |
parent | e44e6bcc045916fcab3b3798d9aa9951c35c1878 (diff) | |
download | CMake-3d8c6cd9648089c389c1496fb910d664a5773ab4.zip CMake-3d8c6cd9648089c389c1496fb910d664a5773ab4.tar.gz CMake-3d8c6cd9648089c389c1496fb910d664a5773ab4.tar.bz2 |
cmLocalGenerator: Remove obsolete method.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 7 |
1 files changed, 0 insertions, 7 deletions
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;} |