aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/transactionlogstress/translogstress.cpp
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-02-08 15:03:19 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-02-08 15:03:19 +0100
commita276d7747b75819e1f0dd9f8793d267d65c16bf8 (patch)
tree43a981dc16eca4c045fe2a258882d0f0d0e7be6f /searchlib/src/tests/transactionlogstress/translogstress.cpp
parentc4217d0b9a00af2bb3fb08f32df1651ed9c91c9f (diff)
Eliminate some clang warnings in searchlib
Diffstat (limited to 'searchlib/src/tests/transactionlogstress/translogstress.cpp')
-rw-r--r--searchlib/src/tests/transactionlogstress/translogstress.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchlib/src/tests/transactionlogstress/translogstress.cpp b/searchlib/src/tests/transactionlogstress/translogstress.cpp
index 7a7bc410371..095cc29984b 100644
--- a/searchlib/src/tests/transactionlogstress/translogstress.cpp
+++ b/searchlib/src/tests/transactionlogstress/translogstress.cpp
@@ -325,7 +325,6 @@ private:
SerialNum _from;
SerialNum _to;
SerialNum _next;
- bool _running;
State _state;
Monitor _monitor;