mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-22 15:59:26 +00:00
rlp: remove dead code
This commit is contained in:
parent
c084a7daa5
commit
829730dec4
1 changed files with 0 additions and 2 deletions
|
|
@ -238,8 +238,6 @@ func decodeListArray(s *Stream, val reflect.Value, elemdec decoder) error {
|
||||||
} else if err != nil {
|
} else if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if i == vlen {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if i < vlen {
|
if i < vlen {
|
||||||
zero(val, i)
|
zero(val, i)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue