Get rid of unused DUP instruction.
This commit is contained in:
@@ -54,9 +54,6 @@ typedef enum
|
||||
// [arg] in it. Does not pop the value.
|
||||
CODE_STORE_FIELD,
|
||||
|
||||
// Push a copy of the top of stack.
|
||||
CODE_DUP,
|
||||
|
||||
// Pop and discard the top of stack.
|
||||
CODE_POP,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user