belliottsmith commented on code in PR #106:
URL: https://github.com/apache/cassandra-accord/pull/106#discussion_r1697394319


##########
accord-core/src/main/java/accord/utils/SimpleBitSet.java:
##########
@@ -419,6 +419,19 @@ private <P1, P2, P3, P4> void reverseForEach(int index, 
long mask, P1 p1, P2 p2,
         }
     }
 
+    public void intersect(SimpleBitSet with)

Review Comment:
   It does do something (it updates one of the two arrays) but yes it’s dead 
code so will delete - might even be incomplete anyway as from an abandoned 
change I otherwise deleted.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to