Browse Source

Style.

cl-refactor
Christian 10 years ago
parent
commit
917cade816
  1. 1
      libsolidity/ExpressionCompiler.cpp

1
libsolidity/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:

Loading…
Cancel
Save