Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Oct 4, 2023
1 parent 189e693 commit dc1c05d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import com.carrotsearch.randomizedtesting.annotations.ParametersFactory;

import org.elasticsearch.action.MockIndicesRequest;
import org.elasticsearch.test.cluster.ElasticsearchCluster;
import org.elasticsearch.test.cluster.FeatureFlag;
import org.elasticsearch.test.cluster.local.distribution.DistributionType;
Expand Down Expand Up @@ -68,7 +67,6 @@ public void setupLicense() {

@Override
protected String getTestRestCluster() {
MockIndicesRequest foo = null;
return cluster.getHttpAddresses();
}
}

0 comments on commit dc1c05d

Please sign in to comment.