aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2021-01-04 22:59:30 +0100
committerTor Egge <Tor.Egge@broadpark.no>2021-01-04 22:59:30 +0100
commit55e35a15b7e7d29513ecb83dcd5e22d47aa085b4 (patch)
tree46ce5b0a4004e5b1e05f5493a5e0059758245771 /searchcore
parentbf37ae2264fe92d6a4974720a3591e4ab3a74227 (diff)
Remove unused member variable.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/server/proton.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/server/proton.h b/searchcore/src/vespa/searchcore/proton/server/proton.h
index 2241389a63c..7d877eb110a 100644
--- a/searchcore/src/vespa/searchcore/proton/server/proton.h
+++ b/searchcore/src/vespa/searchcore/proton/server/proton.h
@@ -109,7 +109,6 @@ private:
FastOS_ThreadPool _threadPool;
uint32_t _distributionKey;
bool _isInitializing;
- bool _isReplayDone;
bool _abortInit;
bool _initStarted;
bool _initComplete;