summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-08 16:10:21 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-08 16:10:21 (GMT)
commit00051cf72162bfe04620e81794d15aeedc068db6 (patch)
tree0d9a01e79a2450227ada5e7e0c878e2fbbee40df /Source/cmLocalUnixMakefileGenerator3.h
parent4089c768900c10d55b9b58c5bca7242db18ed664 (diff)
downloadCMake-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.h3
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);