mirror of https://github.com/apache/lucene.git
remove dead code
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244204 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0a02750074
commit
a06f3a8550
|
@ -43,6 +43,4 @@ public abstract class PerDocProducer implements Closeable {
|
|||
* @throws IOException
|
||||
*/
|
||||
public abstract DocValues docValues(String field) throws IOException;
|
||||
|
||||
public static final PerDocProducer[] EMPTY_ARRAY = new PerDocProducer[0];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue