- Removed unused var

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@525668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-04-05 01:05:34 +00:00
parent 5650a7bf92
commit ace79697e3
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ class BooleanScorer2 extends Scorer {
}
private Scorer dualConjunctionSumScorer(Scorer req1, Scorer req2) { // non counting.
final int requiredNrMatchers = requiredScorers.size();
ConjunctionScorer cs = new ConjunctionScorer(defaultSimilarity);
// All scorers match, so defaultSimilarity super.score() always has 1 as
// the coordination factor.