Browse Source

remove unnecessary function

cl-refactor
CJentzsch 10 years ago
parent
commit
bc54b1e5ba
  1. 1
      test/TestHelper.h

1
test/TestHelper.h

@ -53,7 +53,6 @@ public:
void importState(json_spirit::mObject& _o, eth::State& _state);
void importTransaction(json_spirit::mObject& _o);
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_statePost;

Loading…
Cancel
Save