diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-19 21:09:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-20 15:21:09 (GMT) |
commit | 4080ca497e9841c73324e8cd4d1017a87065e879 (patch) | |
tree | 8333a87f272abb440724dccfbd69bf72d86875d1 /Source/cmLocalGenerator.h | |
parent | ad70681909c75d266e297725eadd9f47e9bf001f (diff) | |
download | CMake-4080ca497e9841c73324e8cd4d1017a87065e879.zip CMake-4080ca497e9841c73324e8cd4d1017a87065e879.tar.gz CMake-4080ca497e9841c73324e8cd4d1017a87065e879.tar.bz2 |
cmLocalGenerator: Inline ReadListFile method.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 14fa28e..3fca225 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -447,9 +447,6 @@ protected: definition. Issues a warning. */ virtual bool CheckDefinition(std::string const& define) const; - /** Read the input CMakeLists.txt file. */ - void ReadInputFile(); - cmMakefile *Makefile; cmState::Snapshot StateSnapshot; cmGlobalGenerator *GlobalGenerator; |