summaryrefslogtreecommitdiff
path: root/Source/cmListFileCache.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-01-28 22:10:26 +0100
committerStephen Kelly <steveire@gmail.com>2016-06-13 20:19:16 +0200
commit905e738ffeb1ec1b5d1a376b99e300a8787f7255 (patch)
treef67f157fd02b911636f4cb35fdac07fbce967768 /Source/cmListFileCache.h
parent0a9094cd1017057d3c5141fdacdc6a89fb14acfc (diff)
downloadcmake-905e738ffeb1ec1b5d1a376b99e300a8787f7255.tar.gz
Parser: Out-of-line conditional code to cmMakefile
Simplify parser API.
Diffstat (limited to 'Source/cmListFileCache.h')
-rw-r--r--Source/cmListFileCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmListFileCache.h b/Source/cmListFileCache.h
index d72c36045a..f3e6f7008a 100644
--- a/Source/cmListFileCache.h
+++ b/Source/cmListFileCache.h
@@ -158,7 +158,7 @@ private:
struct cmListFile
{
- bool ParseFile(const char* path, bool topLevel, cmMakefile* mf);
+ bool ParseFile(const char* path, cmMakefile* mf);
std::vector<cmListFileFunction> Functions;
};