SEARCH-2202 Remove unused field.

This exists in the superclass anyway.
This commit is contained in:
Tom Page
2020-04-27 14:02:30 +01:00
parent b136fff939
commit 4954eb2d2e
@@ -37,10 +37,6 @@ import org.apache.lucene.search.Weight;
*/
public class SolrContainerScorer extends Scorer
{
// Unused
Weight weight;
SolrContainerScorerDocIdSetIterator iterator;