diff options
author | Alexander Neundorf <neundorf@kde.org> | 2009-02-09 21:45:18 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2009-02-09 21:45:18 (GMT) |
commit | f27a2ca3634d90ced5f202eea032f1928d2fffef (patch) | |
tree | 09c5b584bf5eced57a4df517c8a335338a916236 /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | 6ed916795d2ead0e18348213c3362757adfc2335 (diff) | |
download | CMake-f27a2ca3634d90ced5f202eea032f1928d2fffef.zip CMake-f27a2ca3634d90ced5f202eea032f1928d2fffef.tar.gz CMake-f27a2ca3634d90ced5f202eea032f1928d2fffef.tar.bz2 |
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
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<cmStdString, int > TargetSourceFileCount; bool ForceVerboseMakefiles; }; |