github.com/neatlab/neatio@v1.7.3-0.20220425043230-d903e92fcc75/chain/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) {}