mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove unused AssemblyItemType::PushString.
This commit is contained in:
@@ -41,7 +41,6 @@ bool SemanticInformation::breaksCSEAnalysisBlock(AssemblyItem const& _item, bool
|
||||
case VerbatimBytecode:
|
||||
return true;
|
||||
case Push:
|
||||
case PushString:
|
||||
case PushTag:
|
||||
case PushSub:
|
||||
case PushSubSize:
|
||||
|
||||
Reference in New Issue
Block a user