mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
rlp: remove a meaningless todo
This commit is contained in:
parent
00905f7dc4
commit
9b9b748e23
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
|
// 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) {
|
func NewListIterator(data RawValue) (*listIterator, error) {
|
||||||
k, t, c, err := readKind(data)
|
k, t, c, err := readKind(data)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue