diff options
author | Brad King <brad.king@kitware.com> | 2010-12-07 21:28:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-12-08 22:29:53 (GMT) |
commit | 1a29ccaf9a2604ad405035a4a6f51413f74a1145 (patch) | |
tree | 1214f90af26e5948376c092a81810e6dd65b55b2 /Source/cmLocalGenerator.h | |
parent | 542b517449e8c7101ac6fbd316749bd461b48588 (diff) | |
download | CMake-1a29ccaf9a2604ad405035a4a6f51413f74a1145.zip CMake-1a29ccaf9a2604ad405035a4a6f51413f74a1145.tar.gz CMake-1a29ccaf9a2604ad405035a4a6f51413f74a1145.tar.bz2 |
Remove cmLocalGenerator::GetRealLocation
The cmCustomCommandGenerator::GetCommand method completely replaces the
purpose of this method. Re-implement GetRealLocation inline at the only
remaining call site and remove it.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 870ce36..35aab99 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -168,11 +168,6 @@ public: bool GetRealDependency(const char* name, const char* config, std::string& dep); - /** Translate a command as given in CMake code to the location of the - executable if the command is the name of a CMake executable target. - If that's not the case, just return the original name. */ - std::string GetRealLocation(const char* inName, const char* config); - ///! for existing files convert to output path and short path if spaces std::string ConvertToOutputForExisting(const char* remote, RelativeRoot local = START_OUTPUT); |