summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-03-27 12:45:38 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-03-27 12:45:38 +0000
commit8fa1b255ad11a3ae6b9fafdb90c1ca3b7144eef5 (patch)
treeaf8f8cb22878336e33162cf7e04ea292dbebe9a6 /searchcore
parent3629f64c2721c8169223ecec1f472981204edf30 (diff)
Remove unused method.
Diffstat (limited to 'searchcore')
-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