Skip to content

Commit bb9f1f2

Browse files
committed
Remove dead setting
1 parent be8ce3b commit bb9f1f2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/src/main/java/org/elasticsearch/index/IndexModule.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ public final class IndexModule {
8787
public static final Setting<Boolean> NODE_STORE_ALLOW_MMAPFS =
8888
Setting.boolSetting("node.store.allow_mmapfs", true, Property.NodeScope);
8989

90-
public static final Setting<List<String>> NODE_ALLOWED_INDEX_STORE_TYPES_SETTING =
91-
Setting.listSetting("node.allowed_index_store_types", Collections.emptyList(), Function.identity(), Property.NodeScope);
92-
9390
public static final Setting<String> INDEX_STORE_TYPE_SETTING =
9491
new Setting<>("index.store.type", "", Function.identity(), Property.IndexScope, Property.NodeScope);
9592

0 commit comments

Comments
 (0)