diff --git a/test/libethereum/state.cpp b/test/libethereum/state.cpp index 30c0ccff0..c37169949 100644 --- a/test/libethereum/state.cpp +++ b/test/libethereum/state.cpp @@ -62,7 +62,6 @@ void doStateTests(json_spirit::mValue& v, bool _fillin) const State importedStatePost = importer.m_statePost; bytes output; - // execute transaction Listener::ExecTimeGuard guard{i.first}; output = importer.executeTest();