aboutsummaryrefslogtreecommitdiffstats
path: root/vm.cpp
diff options
context:
space:
mode:
authorPaweł Bylica <pawel.bylica@imapp.pl>2014-10-21 17:51:45 +0800
committerPaweł Bylica <pawel.bylica@imapp.pl>2014-10-22 17:46:44 +0800
commitd5c09e6450ed8182c3e6e680e6094c1e81b4af0d (patch)
tree4172292b2ad1a5854545c28938a8d8b5ff3a1e53 /vm.cpp
parent05a8e41d5d5bf58de008bbd77dab702a4d5b7e0a (diff)
downloaddexon-solidity-d5c09e6450ed8182c3e6e680e6094c1e81b4af0d.tar.gz
dexon-solidity-d5c09e6450ed8182c3e6e680e6094c1e81b4af0d.tar.zst
dexon-solidity-d5c09e6450ed8182c3e6e680e6094c1e81b4af0d.zip
Remove dead code
Diffstat (limited to 'vm.cpp')
-rw-r--r--vm.cpp11
1 files changed, 0 insertions, 11 deletions
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);