diff options
author | Christian <c@ethdev.com> | 2014-11-11 00:31:09 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-11-14 21:08:14 +0800 |
commit | 9f6415962034fec1be400a0916600a3320e71fb1 (patch) | |
tree | ddffb1fc3230c3b5007063564dee5ba437e11bc2 /solidityCompiler.cpp | |
parent | 7e7204ec18bdeb0c6cf3f550cfb6d33b3c2ba45e (diff) | |
download | dexon-solidity-9f6415962034fec1be400a0916600a3320e71fb1.tar.gz dexon-solidity-9f6415962034fec1be400a0916600a3320e71fb1.tar.zst dexon-solidity-9f6415962034fec1be400a0916600a3320e71fb1.zip |
Mapping types.
Diffstat (limited to 'solidityCompiler.cpp')
-rw-r--r-- | solidityCompiler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/solidityCompiler.cpp b/solidityCompiler.cpp index 054ad329..e0635b6a 100644 --- a/solidityCompiler.cpp +++ b/solidityCompiler.cpp @@ -128,8 +128,6 @@ BOOST_AUTO_TEST_CASE(different_argument_numbers) byte(Instruction::JUMP), byte(Instruction::JUMPDEST), // stack here: ret e h f(1,2,3) - byte(Instruction::DUP2), - byte(Instruction::POP), byte(Instruction::SWAP1), // stack here: ret e f(1,2,3) h byte(Instruction::POP), |