accounts/abi: removed unused code

This commit is contained in:
Marius van der Wijden 2020-04-30 14:06:06 +02:00
parent 64761fa1ef
commit 6fa97e9d8a

View file

@ -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.