dlmarion commented on code in PR #5935:
URL: https://github.com/apache/accumulo/pull/5935#discussion_r2387900195


##########
core/src/main/java/org/apache/accumulo/core/iterators/user/IntersectingIterator.java:
##########
@@ -96,13 +96,6 @@ public static class TermSource {
     public Collection<ByteSequence> seekColfams;
     public final boolean notFlag;
 
-    public TermSource(TermSource other) {
-      this.iter = other.iter;
-      this.term = other.term;
-      this.notFlag = other.notFlag;
-      this.seekColfams = other.seekColfams;
-    }
-

Review Comment:
   Reverted changes to this class in 700ec8c



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to