summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
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;