Remove unused and useless VM instruction.
All checks were successful
The build was successful.

This commit is contained in:
2019-05-01 12:33:51 +02:00
parent 70676cb0d5
commit 798fd7d3b2
2 changed files with 0 additions and 18 deletions

View File

@@ -1420,7 +1420,6 @@ enum ph7_vm_op {
PH7_OP_YIELD, /* Stack yield */
PH7_OP_CVT_BOOL, /* Boolean cast */
PH7_OP_CVT_CHAR, /* Char cast */
PH7_OP_CVT_NUMC, /* Numeric (integer,real or both) type cast */
PH7_OP_INCR, /* Increment ++ */
PH7_OP_DECR, /* Decrement -- */
PH7_OP_NEW, /* new */