summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-05-01 14:39:28 (GMT)
committerBrad King <brad.king@kitware.com>2009-05-01 14:39:28 (GMT)
commitbcb9a479db38b5775cb84c1265b3a18736a3dfc1 (patch)
tree5067574115a8e0ba0955f5dd4e32315de6e064c6 /Source/cmTarget.h
parent430cc2b4b7a817be2fbc445d6803163f1695a533 (diff)
downloadCMake-bcb9a479db38b5775cb84c1265b3a18736a3dfc1.zip
CMake-bcb9a479db38b5775cb84c1265b3a18736a3dfc1.tar.gz
CMake-bcb9a479db38b5775cb84c1265b3a18736a3dfc1.tar.bz2
ENH: Remove cmTarget::GetExecutableCleanNames
This method was redundant with GetExecutableNames.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index e89add1..32e8285 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -333,14 +333,6 @@ public:
std::string& impName,
std::string& pdbName, const char* config);
- /** Get the names of the executable used to remove existing copies
- of the executable from the build tree either before linking or
- during a clean step. This should be called only on an
- executable target. */
- void GetExecutableCleanNames(std::string& name, std::string& realName,
- std::string& impName,
- std::string& pdbName, const char* config);
-
/** Add the target output files to the global generator manifest. */
void GenerateTargetManifest(const char* config);