dead code

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2012-02-13 22:46:12 +00:00
parent 246bdd00ee
commit 4c3865aa6d
1 changed files with 0 additions and 3 deletions

View File

@ -17,7 +17,6 @@ package org.apache.lucene.document;
* limitations under the License.
*/
import java.util.Comparator;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.Map;
@ -59,8 +58,6 @@ import org.apache.lucene.util.BytesRef;
public class DocValuesField extends Field {
protected Comparator<BytesRef> bytesComparator;
private static final Map<DocValues.Type,FieldType> types = new HashMap<DocValues.Type,FieldType>();
static {
for(DocValues.Type type : DocValues.Type.values()) {