github.com/devfans/go-ethereum@v1.5.10-0.20170326212234-7419d0c38291/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) {}