mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
rlp: remove a moot todo (#29154)
This commit is contained in:
parent
d89d7ebdec
commit
e199319fd6
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue