diff options
Diffstat (limited to 'Source/cmFunctionBlocker.h')
-rw-r--r-- | Source/cmFunctionBlocker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmFunctionBlocker.h b/Source/cmFunctionBlocker.h index b4b493b..38abeba 100644 --- a/Source/cmFunctionBlocker.h +++ b/Source/cmFunctionBlocker.h @@ -44,7 +44,6 @@ private: virtual bool Replay(std::vector<cmListFileFunction> functions, cmExecutionStatus& status) = 0; -private: cmListFileContext StartingContext; std::vector<cmListFileFunction> Functions; unsigned int ScopeDepth = 1; |