diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-21 17:57:15 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-21 18:10:50 (GMT) |
commit | ad47e6e5bc4822dc5bc9d82ae1d7590aee4ece95 (patch) | |
tree | 24753890a236bfd6e03b64ee65d09d7355e88ad5 /Source/cmMakefile.h | |
parent | 254be613b803816a918c12d7d7eca40a7c9f7c09 (diff) | |
download | CMake-ad47e6e5bc4822dc5bc9d82ae1d7590aee4ece95.zip CMake-ad47e6e5bc4822dc5bc9d82ae1d7590aee4ece95.tar.gz CMake-ad47e6e5bc4822dc5bc9d82ae1d7590aee4ece95.tar.bz2 |
cmMakefile: Inline ReadListFileInternal into caller.
Diffstat (limited to 'Source/cmMakefile.h')
-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 9896d5b..8ea6e13 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -917,8 +917,6 @@ private: bool ReadListFile(const char* listfile, bool requireProjectCommand); - void ReadListFileInternal(cmListFile const& listFile); - bool ParseDefineFlag(std::string const& definition, bool remove); bool EnforceUniqueDir(const std::string& srcPath, |