mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
accounts/abi: removed unused code
This commit is contained in:
parent
64761fa1ef
commit
6fa97e9d8a
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ var (
|
|||
int32T = reflect.TypeOf(int32(0))
|
||||
int64T = reflect.TypeOf(int64(0))
|
||||
addressT = reflect.TypeOf(common.Address{})
|
||||
functionT = reflect.ArrayOf(24, reflect.TypeOf(byte(0)))
|
||||
)
|
||||
|
||||
// U256 converts a big Int into a 256bit EVM number.
|
||||
|
|
|
|||
Loading…
Reference in a new issue