mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
remove unnecessary function
This commit is contained in:
parent
4417975699
commit
3fae0daed9
@ -53,7 +53,6 @@ public:
|
|||||||
void importState(json_spirit::mObject& _o, eth::State& _state);
|
void importState(json_spirit::mObject& _o, eth::State& _state);
|
||||||
void importTransaction(json_spirit::mObject& _o);
|
void importTransaction(json_spirit::mObject& _o);
|
||||||
void exportTest(bytes _output, eth::State& _statePost);
|
void exportTest(bytes _output, eth::State& _statePost);
|
||||||
std::map<Address, eth::Account> getStateMap(eth::State& _state){return _state.m_cache;}
|
|
||||||
|
|
||||||
eth::State m_statePre;
|
eth::State m_statePre;
|
||||||
eth::State m_statePost;
|
eth::State m_statePost;
|
||||||
|
Loading…
Reference in New Issue
Block a user