github.com/neatio-net/neatio@v1.7.3-0.20231114194659-f4d7a2226baa/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) {}