mirror of https://github.com/apache/lucene.git
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1100310 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b819e1bde
commit
2507c42b3c
|
@ -21,8 +21,6 @@ import org.apache.lucene.util.PriorityQueue;
|
|||
|
||||
final class HitQueue extends PriorityQueue<ScoreDoc> {
|
||||
|
||||
private boolean prePopulate;
|
||||
|
||||
/**
|
||||
* Creates a new instance with <code>size</code> elements. If
|
||||
* <code>prePopulate</code> is set to true, the queue will pre-populate itself
|
||||
|
|
Loading…
Reference in New Issue