diff options
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 1f0464d..17a2338 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -2836,18 +2836,6 @@ void cmTarget::GetExecutableNames(std::string& name, } //---------------------------------------------------------------------------- -void cmTarget::GetExecutableCleanNames(std::string& name, - std::string& realName, - std::string& impName, - std::string& pdbName, - const char* config) -{ - // Get the name and versioned name of this executable. - this->GetExecutableNamesInternal(name, realName, impName, pdbName, - cmTarget::EXECUTABLE, config); -} - -//---------------------------------------------------------------------------- void cmTarget::GetExecutableNamesInternal(std::string& name, std::string& realName, std::string& impName, |