COMP: remove unused variable TargetSourceFileCount, it seems it is unused since version 1.88 of cmGlobalUnixMakefileGenerator3.cxx

patch by Daniel DOT Teske AT Nokia DOT com

Alex
This commit is contained in:
Alexander Neundorf 2009-02-09 16:45:18 -05:00
parent 6ed916795d
commit f27a2ca363

View File

@ -176,7 +176,6 @@ protected:
// in the rule to satisfy the make program. // in the rule to satisfy the make program.
std::string EmptyRuleHackCommand; std::string EmptyRuleHackCommand;
std::map<cmStdString, int > TargetSourceFileCount;
bool ForceVerboseMakefiles; bool ForceVerboseMakefiles;
}; };