core/vm: remove unused constants (#19095)

This commit is contained in:
Péter Szilágyi 2019-02-19 19:49:45 +02:00 committed by GitHub
commit 2e8a5e5659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,10 +30,6 @@ const (
GasMidStep uint64 = 8
GasSlowStep uint64 = 10
GasExtStep uint64 = 20
GasReturn uint64 = 0
GasStop uint64 = 0
GasContractByte uint64 = 200
)
// calcGas returns the actual gas cost of the call.