diff options
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; |