rlp: remove a moot todo (#29154)

pull/28945/head
buddho 7 months ago committed by GitHub
parent d89d7ebdec
commit e199319fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      rlp/iterator.go

@ -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 {

Loading…
Cancel
Save