Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker committed Sep 5, 2024
1 parent 8d3f05e commit 5af52e2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ public class HitListArithmetic extends DatawaveArithmetic implements StatefulAri

private static final Logger log = Logger.getLogger(HitListArithmetic.class);

private static final String LESS_THAN = "<", GREATER_THAN = ">", LESS_THAN_OR_EQUAL = "<=", GREATER_THAN_OR_EQUAL = ">=";

private Set<ValueTuple> hitSet = new HashSet<>();

// if exhaustiveHits is true, then all matches are added to a hit set when iterating over a set of values instead of
Expand Down

0 comments on commit 5af52e2

Please sign in to comment.