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:
Mark Robert Miller 2010-05-22 14:55:53 +00:00
parent 5259d7d90b
commit 43098fad6a
1 changed files with 0 additions and 4 deletions

View File

@ -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;