summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchcore/src/vespa/searchcore/proton/bucketdb/bucket_db_owner.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/bucketdb/bucket_db_owner.h b/searchcore/src/vespa/searchcore/proton/bucketdb/bucket_db_owner.h
index e6f04977d33..1ff8e16a749 100644
--- a/searchcore/src/vespa/searchcore/proton/bucketdb/bucket_db_owner.h
+++ b/searchcore/src/vespa/searchcore/proton/bucketdb/bucket_db_owner.h
@@ -44,7 +44,6 @@ public:
Guard takeGuard() {
return Guard(&_bucketDB, _mutex);
}
- const BucketDB & getBucketDB() const { return _bucketDB; }
};
} // namespace proton