mirror of https://github.com/apache/lucene.git
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:
parent
246bdd00ee
commit
4c3865aa6d
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue