diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-13 17:53:11 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-13 17:53:11 (GMT) |
commit | 012603c746b4135905eb0e36f3a4cd01ea088e64 (patch) | |
tree | fd2ea21e3463ab8db76e2dceb8c982f1081e8b55 /Source/cmTarget.h | |
parent | 521e301116481f9f9396ee3fa13b8c1b87274d8c (diff) | |
download | CMake-012603c746b4135905eb0e36f3a4cd01ea088e64.zip CMake-012603c746b4135905eb0e36f3a4cd01ea088e64.tar.gz CMake-012603c746b4135905eb0e36f3a4cd01ea088e64.tar.bz2 |
duh
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h index 50d81d7..031a414 100644 --- a/Source/cmTarget.h +++ b/Source/cmTarget.h @@ -87,13 +87,6 @@ public: std::vector<std::string> &GetSourceLists() {return m_SourceLists;} /** - * Get the list of the source lists used by this target - */ - const std::vector<std::string> &GetLimitedBuildList() const - {return m_LimitedBuildList;} - std::vector<std::string> &GetLimitedBuildList() {return m_LimitedBuildList;} - - /** * Get the list of the source files used by this target */ const std::vector<cmSourceFile> &GetSourceFiles() const @@ -135,7 +128,6 @@ public: std::set<std::string>const& GetUtilities() const { return m_Utilities; } private: - std::vector<std::string> m_LimitedBuildList; std::vector<cmCustomCommand> m_CustomCommands; std::vector<std::string> m_SourceLists; TargetType m_TargetType; |