From e0fab29395a7798c53a1e12a2aa7a246ed98b036 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 22 Mar 2005 07:27:10 -0500 Subject: [PATCH] ENH: remove commented code --- Source/cmLocalGenerator.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index f5046474f..c84ce41f1 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