Skip to content

Commit

Permalink
rlp: remove a moot todo (ethereum#29154)
Browse files Browse the repository at this point in the history
  • Loading branch information
buddh0 authored Mar 5, 2024
1 parent d89d7eb commit e199319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rlp/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ type listIterator struct {
}

// NewListIterator creates an iterator for the (list) represented by data
// TODO: Consider removing this implementation, as it is no longer used.
func NewListIterator(data RawValue) (*listIterator, error) {
k, t, c, err := readKind(data)
if err != nil {
Expand Down

0 comments on commit e199319

Please sign in to comment.