aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-09-30 20:48:00 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-10-23 08:19:44 +0000
commitcf456171ddd84368d1e5af85cf1f8c378b1d99d6 (patch)
tree39daa9dbb1a0bba6108ebd908c39e6871379d4af /storage
parent24fe152948851e1f11c63e86b96a78db91343a61 (diff)
Drop immediate commit, as it is gone.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/bucketdb/btree_lockable_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/bucketdb/btree_lockable_map.h b/storage/src/vespa/storage/bucketdb/btree_lockable_map.h
index ea3a7838d43..6e42a721732 100644
--- a/storage/src/vespa/storage/bucketdb/btree_lockable_map.h
+++ b/storage/src/vespa/storage/bucketdb/btree_lockable_map.h
@@ -37,7 +37,7 @@ public:
using BucketId = document::BucketId;
BTreeLockableMap();
- ~BTreeLockableMap();
+ ~BTreeLockableMap() override;
bool operator==(const BTreeLockableMap& other) const;
bool operator!=(const BTreeLockableMap& other) const {