summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-04-12 16:34:12 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-04-12 21:10:45 (GMT)
commitea819b29f8735ca09242cc646a7b25e933bc913c (patch)
tree2c68276136ff1b9da0d459a97f3b382e76802ee6 /Source/cmMakefile.h
parent6ad86c7fc4167561c7c13c28482a5fea0fe9d70b (diff)
downloadCMake-ea819b29f8735ca09242cc646a7b25e933bc913c.zip
CMake-ea819b29f8735ca09242cc646a7b25e933bc913c.tar.gz
CMake-ea819b29f8735ca09242cc646a7b25e933bc913c.tar.bz2
cmMakefile: Remove unused method.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 823acb1..b78f921 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -281,7 +281,6 @@ public:
/**
* Add a subdirectory to the build.
*/
- void AddSubDirectory(const std::string&, bool excludeFromAll=false);
void AddSubDirectory(const std::string& fullSrcDir,
const std::string& fullBinDir,
bool excludeFromAll,