aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 05:33:23 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 05:33:23 +0800
commita0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c (patch)
tree38f2a75548cc7584b4d6c5e06eda16f78f430ed8
parent8f05f86e1638a73540fd7f903db76c71ae215ef4 (diff)
downloaddexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.tar
dexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.tar.gz
dexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.tar.bz2
dexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.tar.lz
dexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.tar.xz
dexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.tar.zst
dexon-solidity-a0cfe7aeef1fd18b4cc7e8a62f3f788c0619d80c.zip
Update vm.cpp
-rw-r--r--vm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/vm.cpp b/vm.cpp
index feb2bbaa..40a0a862 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -486,9 +486,6 @@ h160 FakeState::createNewAddress(Address _newAddress, Address _sender, u256 _end
return _newAddress;
}
-
-
-
namespace dev { namespace test {
void doTests(json_spirit::mValue& v, bool _fillin)