Skip to content

Commit 6eff0ea

Browse files
buddh0jorgemmsilva
authored andcommitted
rlp: remove a moot todo (ethereum#29154)
1 parent 9668d02 commit 6eff0ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rlp/iterator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ type listIterator struct {
2323
}
2424

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

0 commit comments

Comments
 (0)