diff options
-rw-r--r-- | TestHelper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h index f7df3a2c..c4dde1a6 100644 --- a/TestHelper.h +++ b/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; |