From d5c09e6450ed8182c3e6e680e6094c1e81b4af0d Mon Sep 17 00:00:00 2001 From: Paweł Bylica Date: Tue, 21 Oct 2014 11:51:45 +0200 Subject: Remove dead code --- vm.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'vm.cpp') diff --git a/vm.cpp b/vm.cpp index 582c3c41..8aa18647 100644 --- a/vm.cpp +++ b/vm.cpp @@ -578,17 +578,6 @@ void doTests(json_spirit::mValue& v, bool _fillin) else BOOST_CHECK(output == fromHex(o["out"].get_str())); - //auto a = fev.addresses.at(fev.myAddress); - //auto b = test.addresses.at(fev.myAddress); - - //auto t = a == b; - //auto t0 = get<0>(a) == get<0>(b); - //auto t1 = get<1>(a) == get<1>(b); - //auto t2 = get<2>(a) == get<2>(b); - //auto t3 = get<3>(a) == get<3>(b); - - //BOOST_CHECK_EQUAL(get<0>(a), get<0>(b)); - BOOST_CHECK(test.toInt(o["gas"]) == gas); BOOST_CHECK(test.addresses == fev.addresses); BOOST_CHECK(test.callcreates == fev.callcreates); -- cgit