diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-21 17:26:32 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-21 17:26:32 (GMT) |
commit | 13865fc4fae3806c1359e17e60b7032edc379026 (patch) | |
tree | 00a008367d2e67dfbd1eefd09d196f980bc03dc0 /Source/cmGlobalVisualStudio6Generator.h | |
parent | 35c33d0e2df8646c67125dde4c8b05267388f73c (diff) | |
download | CMake-13865fc4fae3806c1359e17e60b7032edc379026.zip CMake-13865fc4fae3806c1359e17e60b7032edc379026.tar.gz CMake-13865fc4fae3806c1359e17e60b7032edc379026.tar.bz2 |
ENH: move project map to global generator base
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio6Generator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h index d1dec83..79b934a 100644 --- a/Source/cmGlobalVisualStudio6Generator.h +++ b/Source/cmGlobalVisualStudio6Generator.h @@ -73,7 +73,6 @@ public: cmLocalGenerator* root, std::vector<cmLocalGenerator*>& generators); private: - void CollectSubprojects(); void GenerateConfigurations(cmMakefile* mf); void SetupTests(); void WriteDSWFile(std::ostream& fout); @@ -85,7 +84,6 @@ private: const char* name, const char* path, const std::vector<std::string>& dependencies); void WriteDSWFooter(std::ostream& fout); - std::map<cmStdString, std::vector<cmLocalGenerator*> > m_SubProjectMap; }; #endif |