core/vm: remove unused constants

This commit is contained in:
Matthew Halpern 2019-02-14 17:39:51 -08:00
parent 2a0e1bb32b
commit c5eccaefb8
1 changed files with 0 additions and 4 deletions

View File

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