rlp: remove a moot todo (#29154)

This commit is contained in:
buddho 2024-03-05 17:47:56 +08:00 committed by GitHub
parent d89d7ebdec
commit e199319fd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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