summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-06-21 17:57:15 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-06-21 18:10:50 (GMT)
commitad47e6e5bc4822dc5bc9d82ae1d7590aee4ece95 (patch)
tree24753890a236bfd6e03b64ee65d09d7355e88ad5 /Source/cmMakefile.h
parent254be613b803816a918c12d7d7eca40a7c9f7c09 (diff)
downloadCMake-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.h2
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,