mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
ossfuzz: Remove PC from yul proto specification
This commit is contained in:
@@ -622,9 +622,6 @@ void ProtoConverter::visit(NullaryOp const& _x)
|
||||
{
|
||||
switch (_x.op())
|
||||
{
|
||||
case NullaryOp::PC:
|
||||
m_output << "pc()";
|
||||
break;
|
||||
case NullaryOp::MSIZE:
|
||||
m_output << "msize()";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user