remove dead code
This commit is contained in:
parent
4a4e523357
commit
d5ece77f2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue