Skip to content

Commit 3b89e7f

Browse files
committed
Remove two, now unused, fields
1 parent 0efd33b commit 3b89e7f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/query/RecordQuery.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import com.apple.foundationdb.annotation.API;
2424
import com.apple.foundationdb.record.Bindings;
25-
import com.apple.foundationdb.record.ObjectPlanHash;
2625
import com.apple.foundationdb.record.RecordMetaData;
2726
import com.apple.foundationdb.record.metadata.RecordType;
2827
import com.apple.foundationdb.record.metadata.expressions.KeyExpression;
@@ -53,7 +52,6 @@
5352
@API(API.Status.UNSTABLE)
5453
public class RecordQuery {
5554
public static final Collection<String> ALL_TYPES = Collections.emptyList();
56-
private static final ObjectPlanHash BASE_HASH = new ObjectPlanHash("Record-Query");
5755

5856
@Nonnull
5957
private final Collection<String> recordTypes;

fdb-record-layer-lucene/src/main/java/com/apple/foundationdb/record/lucene/LuceneQueryComponent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
import com.apple.foundationdb.annotation.API;
2424
import com.apple.foundationdb.record.EvaluationContext;
25-
import com.apple.foundationdb.record.ObjectPlanHash;
2625
import com.apple.foundationdb.record.PlanHashable;
2726
import com.apple.foundationdb.record.RecordCoreException;
2827
import com.apple.foundationdb.record.provider.foundationdb.FDBRecord;
@@ -50,7 +49,6 @@
5049
*/
5150
@API(API.Status.EXPERIMENTAL)
5251
public class LuceneQueryComponent implements QueryComponent, ComponentWithNoChildren {
53-
private static final ObjectPlanHash BASE_HASH = new ObjectPlanHash("Lucene-Query");
5452

5553
@Nonnull
5654
private final LuceneQueryType type;

0 commit comments

Comments
 (0)