diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-22 14:02:09 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-22 14:16:40 (GMT) |
commit | 9b05bc4fcc962966f8bddde48f57b21ebb52a4df (patch) | |
tree | a6bf4806287f44549273adbe47d243a4879e7c90 /Source | |
parent | c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3 (diff) | |
download | CMake-9b05bc4fcc962966f8bddde48f57b21ebb52a4df.zip CMake-9b05bc4fcc962966f8bddde48f57b21ebb52a4df.tar.gz CMake-9b05bc4fcc962966f8bddde48f57b21ebb52a4df.tar.bz2 |
cmMakefile: Remove method declarations with no implementation.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 5622b7f..f788a53 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -547,7 +547,6 @@ public: * Mark include directories as system directories. */ void AddSystemIncludeDirectories(const std::set<cmStdString> &incs); - bool IsSystemIncludeDirectory(const char* dir, const char *config); /** Expand out any arguements in the vector that have ; separated * strings into multiple arguements. A new vector is created @@ -1005,7 +1004,6 @@ private: CallStackType CallStack; friend class cmMakefileCall; - cmTarget* FindBasicTarget(const char* name); std::vector<cmTarget*> ImportedTargetsOwned; std::map<cmStdString, cmTarget*> ImportedTargets; |