Browse Source

Remove unused stuff

cl-refactor
Paweł Bylica 10 years ago
parent
commit
6b4a46dfd9
  1. 7
      libevm/FeeStructure.h

7
libevm/FeeStructure.h

@ -27,13 +27,6 @@ namespace dev
namespace eth namespace eth
{ {
enum class Instruction: uint8_t;
struct FeeStructure
{
static uint32_t getInstructionFee(Instruction _inst);
};
static uint32_t const c_stepGas = 1; ///< Once per operation, except for SSTORE, SLOAD, BALANCE, SHA3, CREATE, CALL. static uint32_t const c_stepGas = 1; ///< Once per operation, except for SSTORE, SLOAD, BALANCE, SHA3, CREATE, CALL.
static uint32_t const c_balanceGas = 20; ///< Once per BALANCE operation. static uint32_t const c_balanceGas = 20; ///< Once per BALANCE operation.
static uint32_t const c_sha3Gas = 20; ///< Once per SHA3 operation. static uint32_t const c_sha3Gas = 20; ///< Once per SHA3 operation.

Loading…
Cancel
Save