mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Yul: Remove obsoleted FunctionalInstruction.
This commit is contained in:
@@ -76,14 +76,6 @@ void BlockHasher::operator()(Identifier const& _identifier)
|
||||
hash64(it->second.id);
|
||||
}
|
||||
|
||||
void BlockHasher::operator()(FunctionalInstruction const& _instr)
|
||||
{
|
||||
hash64(compileTimeLiteralHash("FunctionalInstruction"));
|
||||
hash8(static_cast<std::underlying_type_t<eth::Instruction>>(_instr.instruction));
|
||||
hash64(_instr.arguments.size());
|
||||
ASTWalker::operator()(_instr);
|
||||
}
|
||||
|
||||
void BlockHasher::operator()(FunctionCall const& _funCall)
|
||||
{
|
||||
hash64(compileTimeLiteralHash("FunctionCall"));
|
||||
|
||||
Reference in New Issue
Block a user