mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removed default case from "ExpressionCompiler::visit(FunctionCall...)".
This commit is contained in:
parent
15c8c0d2cf
commit
b86cea033b
@ -1098,8 +1098,6 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall)
|
|||||||
case FunctionType::Kind::GasLeft:
|
case FunctionType::Kind::GasLeft:
|
||||||
m_context << Instruction::GAS;
|
m_context << Instruction::GAS;
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
solAssert(false, "Invalid function type.");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user