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
-1
View File
@@ -2022,7 +2022,6 @@ void wrenBindMethod(ObjClass* classObj, ObjFn* fn)
case CODE_NULL:
case CODE_FALSE:
case CODE_TRUE:
case CODE_DUP:
case CODE_POP:
case CODE_IS:
case CODE_CLOSE_UPVALUE: