Remove unused AssemblyItemType::PushString.

This commit is contained in:
Alexander Arlt
2021-09-13 18:59:18 +02:00
parent 0727e5c756
commit 7fcf888fbf
6 changed files with 1 additions and 31 deletions
-1
View File
@@ -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: