Skip to content

Commit 4fe71c9

Browse files
committed
Remove old code
1 parent 53a5eb2 commit 4fe71c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/RestEsqlTestCase.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,8 +1291,6 @@ public static Map<String, Object> runEsqlSync(RequestObjectBuilder requestObject
12911291
}
12921292

12931293
public static EsqlResponse runEsqlSyncNoWarningsChecks(RequestObjectBuilder requestObject) throws IOException {
1294-
Boolean profileEnabled = requestObject.profile;
1295-
requestObject.profile(true);
12961294
Request request = prepareRequestWithOptions(requestObject, SYNC);
12971295
Response response = performRequest(request);
12981296
Map<String, Object> json = entityToMap(response.getEntity(), requestObject.contentType());

0 commit comments

Comments
 (0)