diff options
Diffstat (limited to 'ethvm/address.go')
-rw-r--r-- | ethvm/address.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ethvm/address.go b/ethvm/address.go index 51e0d1cd7..f987c4761 100644 --- a/ethvm/address.go +++ b/ethvm/address.go @@ -26,8 +26,6 @@ var Precompiled = map[uint64]*PrecompiledAddress{ 3: &PrecompiledAddress{big.NewInt(100), ripemd160Func}, } -var NoAddr = PrecompiledAddress{} - func sha256Func(in []byte) []byte { return ethcrypto.Sha256(in) } |