diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-21 17:46:03 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-21 18:10:48 (GMT) |
commit | 27f229b9707f3a87c3ed0d469b5b2d08c80076c5 (patch) | |
tree | 5a3e800b403210535d869c95c90274fe24f0c841 /Source/cmMakefile.h | |
parent | 9166b49d70746dcd36e6e891c78734b559e0fccf (diff) | |
download | CMake-27f229b9707f3a87c3ed0d469b5b2d08c80076c5.zip CMake-27f229b9707f3a87c3ed0d469b5b2d08c80076c5.tar.gz CMake-27f229b9707f3a87c3ed0d469b5b2d08c80076c5.tar.bz2 |
cmMakefile: Move include scope out of ReadListFileInternal.
Simplify the ReadListFileInternal API.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index b80a1ee..2db7c93 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -918,9 +918,7 @@ private: bool noPolicyScope, bool requireProjectCommand); - void ReadListFileInternal(cmListFile const& listFile, - const char* filenametoread, - bool noPolicyScope); + void ReadListFileInternal(cmListFile const& listFile); bool ParseDefineFlag(std::string const& definition, bool remove); |