Skip to content

Commit

Permalink
atg. remove now out-of-date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
glycerine committed Dec 11, 2016
1 parent 874dc9c commit 9bf6b3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions roaringarray.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ type container interface {
xor(r container) container
getShortIterator() shortIterable
contains(i uint16) bool

// equals is not logical equals, apparently from the array implementation,
// equals also requires the same type of container.
equals(i interface{}) bool
fillLeastSignificant16bits(array []uint32, i int, mask uint32)
or(r container) container
Expand Down

0 comments on commit 9bf6b3e

Please sign in to comment.