Skip to content

Commit 14ece26

Browse files
Removing unused code
1 parent 340f0c6 commit 14ece26

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/inference/src/main/java/org/elasticsearch/xpack/inference/services/elastic/ElasticInferenceServiceComponents.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,4 @@ public record ElasticInferenceServiceComponents(@Nullable String elasticInferenc
1818
public static ElasticInferenceServiceComponents of(String elasticInferenceServiceUrl) {
1919
return new ElasticInferenceServiceComponents(elasticInferenceServiceUrl);
2020
}
21-
22-
public static ElasticInferenceServiceComponents of(String elasticInferenceServiceUrl, boolean periodicAuthorizationEnabled) {
23-
return new ElasticInferenceServiceComponents(elasticInferenceServiceUrl);
24-
}
25-
2621
}

0 commit comments

Comments
 (0)