diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-04-12 19:46:14 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-04-12 19:46:14 (GMT) |
commit | 2a1e2456ae98a1d89715a428df7245ade72101ae (patch) | |
tree | c4c7a53c3ba7af944c47baf49dbc23beff5fa97b /Source/cmGlobalUnixMakefileGenerator3.h | |
parent | b4de606bdd604b0e7f4d98826aa5ea074084f890 (diff) | |
download | CMake-2a1e2456ae98a1d89715a428df7245ade72101ae.zip CMake-2a1e2456ae98a1d89715a428df7245ade72101ae.tar.gz CMake-2a1e2456ae98a1d89715a428df7245ade72101ae.tar.bz2 |
ENH: some code consolidation and cleanup
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h index 7bf675c..aa901af 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.h +++ b/Source/cmGlobalUnixMakefileGenerator3.h @@ -132,9 +132,6 @@ public: unsigned long GetNumberOfProgressActionsInAll (cmLocalUnixMakefileGenerator3 *lg); - // what targets does the specified target depend on - std::vector<cmTarget *>& GetTargetDepends(cmTarget& target); - protected: void WriteMainMakefile2(); void WriteMainCMakefile(); @@ -187,7 +184,6 @@ protected: typedef std::map<cmStdString, cmStdString> MultipleOutputPairsType; MultipleOutputPairsType MultipleOutputPairs; - std::map<cmStdString, std::vector<cmTarget *> > TargetDependencies; std::map<cmStdString, int > TargetSourceFileCount; }; |