summaryrefslogtreecommitdiffstats
path: root/Source/cmFunctionBlocker.h
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2021-01-22 15:38:19 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2021-01-27 13:45:45 (GMT)
commitb3b6ede6a1e04d43c95eb816e6b710b63adc84b3 (patch)
treed393e0fc6d8593305a7521ce5a065b63150703e4 /Source/cmFunctionBlocker.h
parentcdfc4e31953274be9b745614b4b7620d365a7b5e (diff)
downloadCMake-b3b6ede6a1e04d43c95eb816e6b710b63adc84b3.zip
CMake-b3b6ede6a1e04d43c95eb816e6b710b63adc84b3.tar.gz
CMake-b3b6ede6a1e04d43c95eb816e6b710b63adc84b3.tar.bz2
clang-tidy: fix `readability-redundant-access-specifiers` warnings
Diffstat (limited to 'Source/cmFunctionBlocker.h')
-rw-r--r--Source/cmFunctionBlocker.h1
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;