aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/common/content_bucket_space_repo.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/vespa/storage/common/content_bucket_space_repo.h')
-rw-r--r--storage/src/vespa/storage/common/content_bucket_space_repo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/src/vespa/storage/common/content_bucket_space_repo.h b/storage/src/vespa/storage/common/content_bucket_space_repo.h
index f0803d76282..0d4ddb86bcf 100644
--- a/storage/src/vespa/storage/common/content_bucket_space_repo.h
+++ b/storage/src/vespa/storage/common/content_bucket_space_repo.h
@@ -24,8 +24,6 @@ public:
BucketSpaceMap::const_iterator begin() const { return _map.begin(); }
BucketSpaceMap::const_iterator end() const { return _map.end(); }
- void enableGlobalBucketSpace();
-
BucketSpaces getBucketSpaces() const;
size_t getBucketMemoryUsage() const;