summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-22 14:02:09 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-22 14:16:40 (GMT)
commit9b05bc4fcc962966f8bddde48f57b21ebb52a4df (patch)
treea6bf4806287f44549273adbe47d243a4879e7c90
parentc6c0bd9d2f237b17e2aad0db44a7c860040b2cd3 (diff)
downloadCMake-9b05bc4fcc962966f8bddde48f57b21ebb52a4df.zip
CMake-9b05bc4fcc962966f8bddde48f57b21ebb52a4df.tar.gz
CMake-9b05bc4fcc962966f8bddde48f57b21ebb52a4df.tar.bz2
cmMakefile: Remove method declarations with no implementation.
-rw-r--r--Source/cmMakefile.h2
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;