mirror of https://github.com/apache/lucene.git
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@979305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
071fdc3148
commit
dbbf0489c0
|
@ -1126,10 +1126,6 @@ class TermIndex {
|
|||
return br;
|
||||
}
|
||||
|
||||
public BytesRef skipTo(Term target) throws IOException {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public BytesRef skipTo(int termNumber) throws IOException {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue