diff options
author | Brad King <brad.king@kitware.com> | 2007-03-08 16:10:21 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-03-08 16:10:21 (GMT) |
commit | 00051cf72162bfe04620e81794d15aeedc068db6 (patch) | |
tree | 0d9a01e79a2450227ada5e7e0c878e2fbbee40df /Source/cmLocalUnixMakefileGenerator3.h | |
parent | 4089c768900c10d55b9b58c5bca7242db18ed664 (diff) | |
download | CMake-00051cf72162bfe04620e81794d15aeedc068db6.zip CMake-00051cf72162bfe04620e81794d15aeedc068db6.tar.gz CMake-00051cf72162bfe04620e81794d15aeedc068db6.tar.bz2 |
ENH: Removed useless method ConvertToMakeTarget and all calls to it. It had a buggy implementation that caused it to do nothing.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index e00ed25..bf90605 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -186,9 +186,6 @@ public: std::string CreateMakeVariable(const char* sin, const char* s2in); - // cleanup the name of a potential target - std::string ConvertToMakeTarget(const char* tgt); - /** Called from command-line hook to scan dependencies. */ virtual bool ScanDependencies(const char* tgtInfo); |