Remove unused 'node.client' setting

This commit is contained in:
Simon Willnauer 2016-03-30 15:03:05 +02:00
parent 1c16d63a9a
commit ee140f4ee2
1 changed files with 0 additions and 2 deletions

View File

@ -131,8 +131,6 @@ public class Node implements Closeable {
public static final Setting<Boolean> WRITE_PORTS_FIELD_SETTING =
Setting.boolSetting("node.portsfile", false, Property.NodeScope);
public static final Setting<Boolean> NODE_CLIENT_SETTING =
Setting.boolSetting("node.client", false, Property.NodeScope);
public static final Setting<Boolean> NODE_DATA_SETTING = Setting.boolSetting("node.data", true, Property.NodeScope);
public static final Setting<Boolean> NODE_MASTER_SETTING =
Setting.boolSetting("node.master", true, Property.NodeScope);