From f27a2ca3634d90ced5f202eea032f1928d2fffef Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 9 Feb 2009 16:45:18 -0500 Subject: 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 --- Source/cmGlobalUnixMakefileGenerator3.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index bce1b37..5cfe26f 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -176,7 +176,6 @@ protected: // in the rule to satisfy the make program. std::string EmptyRuleHackCommand; - std::map TargetSourceFileCount; bool ForceVerboseMakefiles; }; -- cgit v0.12