summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-08-18 12:05:21 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-08-18 12:05:21 +0000
commit6720b32f7fb3e2a1ce71727371594c2e97d8a4ad (patch)
treeb6b7c4b7ba594cecbaa26a0d0ce48bcf830a24ff /searchcore
parentf3829b251cc830b31b9f1f021a7b594edc3ebfe4 (diff)
Remove extra public:
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.h b/searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.h
index 229342b225b..2a50fbc2d42 100644
--- a/searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.h
+++ b/searchcore/src/vespa/searchcore/proton/bucketdb/bucketdb.h
@@ -13,7 +13,6 @@ namespace proton {
class BucketDB
{
-public:
private:
using GlobalId = document::GlobalId;
using BucketId = document::BucketId;