mirror of https://github.com/apache/lucene.git
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@947303 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5259d7d90b
commit
43098fad6a
|
@ -594,10 +594,6 @@ public class SortedIntDocSet extends DocSetBase {
|
|||
int idx = startIdx;
|
||||
int adjustedDoc = -1;
|
||||
|
||||
public int doc() {
|
||||
return adjustedDoc;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int docID() {
|
||||
return adjustedDoc;
|
||||
|
|
Loading…
Reference in New Issue