mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +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 {
|
||||
return err
|
||||
}
|
||||
if i == vlen {
|
||||
}
|
||||
}
|
||||
if i < vlen {
|
||||
zero(val, i)
|
||||
|
|
|
|||
Loading…
Reference in a new issue