rlp: remove a moot todo (#29154)
This commit is contained in:
parent
d89d7ebdec
commit
e199319fd6
@ -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…
Reference in New Issue
Block a user