remove dead code

This commit is contained in:
Simon Willnauer 2016-02-03 11:36:11 +01:00
parent 4a4e523357
commit d5ece77f2a
1 changed files with 0 additions and 2 deletions

View File

@ -147,8 +147,6 @@ public final class ClusterSettings extends AbstractScopedSettings {
}
}
;
public static Set<Setting<?>> 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