aboutsummaryrefslogtreecommitdiffstats
path: root/Compiler.h
diff options
context:
space:
mode:
authorChristian <c@ethdev.com>2014-11-01 00:47:43 +0800
committerChristian <c@ethdev.com>2014-11-03 23:11:40 +0800
commit4dfd6dfa13929f31dcea889d17a6fc77137f9c67 (patch)
treec9ce6abe2c76e25025669448da6bccfc9736f0f2 /Compiler.h
parent643c781a6ddd4cd601b0aee5ad4d2ee0613495a0 (diff)
downloaddexon-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Compiler.h b/Compiler.h
index d10374a9..4e4d90d4 100644
--- a/Compiler.h
+++ b/Compiler.h
@@ -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);