aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/config/distributorconfiguration.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/vespa/storage/config/distributorconfiguration.h')
-rw-r--r--storage/src/vespa/storage/config/distributorconfiguration.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/storage/src/vespa/storage/config/distributorconfiguration.h b/storage/src/vespa/storage/config/distributorconfiguration.h
index 6a5ea9e3bbd..fd2c47c8f6f 100644
--- a/storage/src/vespa/storage/config/distributorconfiguration.h
+++ b/storage/src/vespa/storage/config/distributorconfiguration.h
@@ -165,10 +165,6 @@ public:
return _enableInconsistentJoin;
}
- bool getEnableHostInfoReporting() const noexcept {
- return _enableHostInfoReporting;
- }
-
using ReplicaCountingMode = DistrConfig::MinimumReplicaCountingMode;
ReplicaCountingMode getMinimumReplicaCountingMode() const noexcept {
@@ -306,7 +302,6 @@ private:
bool _doInlineSplit;
bool _enableJoinForSiblingLessBuckets;
bool _enableInconsistentJoin;
- bool _enableHostInfoReporting;
bool _disableBucketActivation;
bool _sequenceMutatingOperations;
bool _allowStaleReadsDuringClusterStateTransitions;