remove stale comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-04-16 11:24:43 +00:00
parent 2cacf0c717
commit 013bfe2a4a
1 changed files with 0 additions and 1 deletions

View File

@ -335,7 +335,6 @@ public class BooleanQuery extends Query implements Iterable<BooleanClause> {
}
}
// Check if we can and should return a BooleanScorer
return new BooleanScorer(this, disableCoord, minNrShouldMatch, optional, prohibited, maxCoord);
}