diff options
author | Christian <c@ethdev.com> | 2015-01-14 19:00:28 +0800 |
---|---|---|
committer | Christian <c@ethdev.com> | 2015-01-14 19:00:28 +0800 |
commit | abe6055ab73d643ae904202850e4502596112e20 (patch) | |
tree | a792aefff53b17505edd8e8b03d12b217b715ce5 /ExpressionCompiler.cpp | |
parent | 1ba38c9c0266ef3bf2229a18dc1953c0a954e182 (diff) | |
download | dexon-solidity-abe6055ab73d643ae904202850e4502596112e20.tar.gz dexon-solidity-abe6055ab73d643ae904202850e4502596112e20.tar.zst dexon-solidity-abe6055ab73d643ae904202850e4502596112e20.zip |
Style.
Diffstat (limited to 'ExpressionCompiler.cpp')
-rw-r--r-- | ExpressionCompiler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ExpressionCompiler.cpp b/ExpressionCompiler.cpp index 5c81b7c2..bcb57737 100644 --- a/ExpressionCompiler.cpp +++ b/ExpressionCompiler.cpp @@ -262,7 +262,6 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall) m_context << eth::Instruction::CREATE; if (function.valueSet()) m_context << eth::swapInstruction(1) << eth::Instruction::POP; - return false; break; } case Location::SET_GAS: |