ossfuzz: Remove PC from yul proto specification

This commit is contained in:
Bhargava Shastry
2020-05-28 10:09:38 +02:00
parent 894478ff8c
commit 61431d2c59
2 changed files with 17 additions and 21 deletions
-3
View File
@@ -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;