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
@@ -47,7 +47,6 @@ GasMeter::GasConsumption GasMeter::estimateMax(AssemblyItem const& _item, bool _
case Push:
case PushTag:
case PushData:
case PushString:
case PushSub:
case PushSubSize:
case PushProgramSize: