Skip to content

Commit

Permalink
SearchContext: remove unused variable (#79917) (#80004)
Browse files Browse the repository at this point in the history
remove rewritten member in SearchContext as it isn't used anywhere.

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Hendrik Muhs and elasticmachine authored Oct 28, 2021
1 parent f1c0a10 commit 39f34fc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public abstract class SearchContext implements Releasable {
private final AtomicBoolean closed = new AtomicBoolean(false);
private InnerHitsContext innerHitsContext;

private boolean rewritten;
private Query rewriteQuery;

protected SearchContext() {}
Expand Down

0 comments on commit 39f34fc

Please sign in to comment.