diff options
author | Christian <c@ethdev.com> | 2014-11-01 00:47:43 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2014-11-03 23:11:40 +0800 |
commit | 4dfd6dfa13929f31dcea889d17a6fc77137f9c67 (patch) | |
tree | c9ce6abe2c76e25025669448da6bccfc9736f0f2 /Compiler.h | |
parent | 643c781a6ddd4cd601b0aee5ad4d2ee0613495a0 (diff) | |
download | dexon-solidity-4dfd6dfa13929f31dcea889d17a6fc77137f9c67.tar dexon-solidity-4dfd6dfa13929f31dcea889d17a6fc77137f9c67.tar.gz dexon-solidity-4dfd6dfa13929f31dcea889d17a6fc77137f9c67.tar.bz2 dexon-solidity-4dfd6dfa13929f31dcea889d17a6fc77137f9c67.tar.lz dexon-solidity-4dfd6dfa13929f31dcea889d17a6fc77137f9c67.tar.xz dexon-solidity-4dfd6dfa13929f31dcea889d17a6fc77137f9c67.tar.zst dexon-solidity-4dfd6dfa13929f31dcea889d17a6fc77137f9c67.zip |
Some tests and bugfixes for the compiler.
Diffstat (limited to 'Compiler.h')
-rw-r--r-- | Compiler.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ private: /// Creates a new compiler context / assembly and packs the current code into the data part. void packIntoContractCreator(); void appendFunctionSelector(std::vector<ASTPointer<FunctionDefinition> > const& _functions); - void appendFunctionCallSection(FunctionDefinition const& _function); void appendCalldataUnpacker(FunctionDefinition const& _function); void appendReturnValuePacker(FunctionDefinition const& _function); |