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-21 17:51:45 +0800
commita152c3b6fb8c8e3c29a1bdb6aa98648762efcdd4 (patch)
tree5afb269773c064dc0c74c17c2d76abc22a952bee /vm.cpp
parent509d302ab869b4031ac48023625307d8c33bb5fc (diff)
downloaddexon-solidity-a152c3b6fb8c8e3c29a1bdb6aa98648762efcdd4.tar.gz
dexon-solidity-a152c3b6fb8c8e3c29a1bdb6aa98648762efcdd4.tar.zst
dexon-solidity-a152c3b6fb8c8e3c29a1bdb6aa98648762efcdd4.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 80185f65..5cb2a7b7 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -588,17 +588,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);