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:
Mark Robert Miller 2010-07-26 14:26:48 +00:00
parent 071fdc3148
commit dbbf0489c0
1 changed files with 0 additions and 4 deletions

View File

@ -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();
}