From d5ece77f2a9d673249642b75847cfbc81bb69a61 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Wed, 3 Feb 2016 11:36:11 +0100 Subject: [PATCH] remove dead code --- .../java/org/elasticsearch/common/settings/ClusterSettings.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/main/java/org/elasticsearch/common/settings/ClusterSettings.java b/core/src/main/java/org/elasticsearch/common/settings/ClusterSettings.java index 3a40c88a7a0..a6babce961d 100644 --- a/core/src/main/java/org/elasticsearch/common/settings/ClusterSettings.java +++ b/core/src/main/java/org/elasticsearch/common/settings/ClusterSettings.java @@ -147,8 +147,6 @@ public final class ClusterSettings extends AbstractScopedSettings { } } - ; - public static Set> BUILT_IN_CLUSTER_SETTINGS = Collections.unmodifiableSet(new HashSet<>( Arrays.asList(AwarenessAllocationDecider.CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTE_SETTING, TransportClientNodesService.CLIENT_TRANSPORT_NODES_SAMPLER_INTERVAL, // TODO these transport client settings are kind of odd here and should only be valid if we are a transport client