Get rid of unused DUP instruction.

This commit is contained in:
Bob Nystrom
2013-12-23 11:37:47 -08:00
parent 9235a7e38f
commit 1503e74233
5 changed files with 8 additions and 40 deletions
-3
View File
@@ -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,