summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-12-03 19:24:46 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-12-03 19:24:46 +0100
commit95402b58f0d1c91f210558454389a500ccc31ffa (patch)
tree6d7aaf3d93e32b58703dad94c53bb6ed1692ca2f /storage
parentfd7e517902ef54db9c60c8bad2b9d091130402ba (diff)
Remove unused member variable.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/distributor/operations/external/visitoroperation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/distributor/operations/external/visitoroperation.h b/storage/src/vespa/storage/distributor/operations/external/visitoroperation.h
index 12164e3cba9..4043b0b2c50 100644
--- a/storage/src/vespa/storage/distributor/operations/external/visitoroperation.h
+++ b/storage/src/vespa/storage/distributor/operations/external/visitoroperation.h
@@ -165,7 +165,6 @@ private:
api::Timestamp _toTime;
std::vector<uint32_t> _activeNodes;
- uint32_t _bucketCount;
vdslib::VisitorStatistics _visitorStatistics;