github.com/avence12/go-ethereum@v1.5.10-0.20170320123548-1dfd65f6d047/core/vm/int_pool_verifier_empty.go (about) 1 // +build !VERIFY_EVM_INTEGER_POOL 2 3 package vm 4 5 const verifyPool = false 6 7 func verifyIntegerPool(ip *intPool) {}