We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89d7eb commit e199319Copy full SHA for e199319
rlp/iterator.go
@@ -23,7 +23,6 @@ type listIterator struct {
23
}
24
25
// NewListIterator creates an iterator for the (list) represented by data
26
-// TODO: Consider removing this implementation, as it is no longer used.
27
func NewListIterator(data RawValue) (*listIterator, error) {
28
k, t, c, err := readKind(data)
29
if err != nil {
0 commit comments