mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove dead code
This commit is contained in:
parent
05a8e41d5d
commit
d5c09e6450
11
vm.cpp
11
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);
|
||||
|
Loading…
Reference in New Issue
Block a user