Skip to content

Commit 7cfec46

Browse files
committed
update after review
1 parent ebb6ed0 commit 7cfec46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

server/src/main/java/org/elasticsearch/action/ActionModule.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@
183183
import org.elasticsearch.action.search.TransportSearchAction;
184184
import org.elasticsearch.action.search.TransportSearchScrollAction;
185185
import org.elasticsearch.action.search.TransportSearchShardsAction;
186-
import org.elasticsearch.action.search.load.ShardSearchLoadStatsAction;
187-
import org.elasticsearch.action.search.load.TransportShardSearchLoadStatsAction;
188186
import org.elasticsearch.action.support.ActionFilter;
189187
import org.elasticsearch.action.support.ActionFilters;
190188
import org.elasticsearch.action.support.AutoCreateIndex;
@@ -746,7 +744,6 @@ public <Request extends ActionRequest, Response extends ActionResponse> void reg
746744
actions.register(FieldUsageStatsAction.INSTANCE, TransportFieldUsageAction.class);
747745
actions.register(MasterHistoryAction.INSTANCE, MasterHistoryAction.TransportAction.class);
748746
actions.register(CoordinationDiagnosticsAction.INSTANCE, CoordinationDiagnosticsAction.TransportAction.class);
749-
actions.register(ShardSearchLoadStatsAction.INSTANCE, TransportShardSearchLoadStatsAction.class);
750747

751748
// Indexed scripts
752749
actions.register(TransportPutStoredScriptAction.TYPE, TransportPutStoredScriptAction.class);

0 commit comments

Comments
 (0)