diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-03-29 20:34:27 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-03-29 20:34:27 (GMT) |
commit | 62969492b027404ec94a48bca8ef02f9ef5c2cb7 (patch) | |
tree | bf1debae8ea73f1b7d5e8b953722f99353140c79 /Source/cmMakefile.h | |
parent | 179dc3c7ac9048dccf69a50296ff3543d5bffe5e (diff) | |
download | CMake-62969492b027404ec94a48bca8ef02f9ef5c2cb7.zip CMake-62969492b027404ec94a48bca8ef02f9ef5c2cb7.tar.gz CMake-62969492b027404ec94a48bca8ef02f9ef5c2cb7.tar.bz2 |
ENH: removed GetParentProjects
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 3bb7a29..a4492d8 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -268,10 +268,6 @@ public: return m_ProjectName.c_str(); } - std::vector<std::string> const& GetParentProjects() - { - return m_ParentProjects; - } /** * Set the name of the library. */ @@ -683,7 +679,6 @@ protected: std::string m_cmCurrentListFile; std::string m_ProjectName; // project name - std::vector<std::string> m_ParentProjects; // libraries, classes, and executables cmTargets m_Targets; |