LUCENE-5714: Remove unused private constants in BBoxStrategy

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2014-07-09 02:18:59 +00:00
parent 72ced061b7
commit 99f135848a
1 changed files with 0 additions and 3 deletions

View File

@ -80,9 +80,6 @@ public class BBoxStrategy extends SpatialStrategy {
public static final String SUFFIX_MAXY = "__maxY";
public static final String SUFFIX_XDL = "__xdl";
private static BytesRef T_BYTES = new BytesRef("T");//same as Solr BoolField
private static BytesRef F_BYTES = new BytesRef("F");//same as Solr BoolField
/*
* The Bounding Box gets stored as four fields for x/y min/max and a flag
* that says if the box crosses the dateline (xdl).