summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-03-22 12:27:10 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-03-22 12:27:10 (GMT)
commite0fab29395a7798c53a1e12a2aa7a246ed98b036 (patch)
treeb1e196c9d7c0aca1cc2c962bea5d8a093814e96f
parentc2ad3e4afc271bea59c98562b4695232d399714f (diff)
downloadCMake-e0fab29395a7798c53a1e12a2aa7a246ed98b036.zip
CMake-e0fab29395a7798c53a1e12a2aa7a246ed98b036.tar.gz
CMake-e0fab29395a7798c53a1e12a2aa7a246ed98b036.tar.bz2
ENH: remove commented code
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index f504647..c84ce41 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -534,8 +534,6 @@ void cmLocalGenerator::AddBuildTargetRule(const char* llang, cmTarget& target)
std::string flags; // should be set
std::string linkFlags; // should be set
this->GetTargetFlags(linkLibs, flags, linkFlags, target);
- // Change the type to utility
-// target.SetType(cmTarget::UTILITY, target.GetName());
std::string rule = m_Makefile->GetRequiredDefinition(createRule.c_str());
this->ExpandRuleVariables(rule,
llang, // language