mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 19:09:34 -06:00
remove comment
This commit is contained in:
@@ -68,7 +68,6 @@ func (cs compoundSet) Subtract(others ...Set) Set {
|
||||
func (cs compoundSet) Filter(cb setFilterCallback) Set {
|
||||
seq := newEmptySequenceChunker(makeSetLeafChunkFn(cs.t, cs.cs), newSetMetaSequenceChunkFn(cs.t, cs.cs), newSetLeafBoundaryChecker(), newOrderedMetaSequenceBoundaryChecker)
|
||||
|
||||
// Could conceivably use IterAllP() here.
|
||||
cs.IterAll(func(v Value) {
|
||||
if cb(v) {
|
||||
seq.Append(v)
|
||||
|
||||
Reference in New Issue
Block a user