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:
Robert Muir 2012-02-14 20:39:37 +00:00
parent 0a02750074
commit a06f3a8550
1 changed files with 0 additions and 2 deletions

View File

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