about summary refs log tree commit diff
path: root/pkg/lang/vm/text/op.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/lang/vm/text/op.go')
-rw-r--r--pkg/lang/vm/text/op.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/lang/vm/text/op.go b/pkg/lang/vm/text/op.go
index 213656b..d94ff1b 100644
--- a/pkg/lang/vm/text/op.go
+++ b/pkg/lang/vm/text/op.go
@@ -46,9 +46,6 @@ var (
 		code.OpJt:           "jt",
 		code.OpJf:           "jf",
 		code.OpRet:          "ret",
-
-		code.OpTempArrPush: "temp_arr_push",
-		code.OpTempArrLen:  "temp_arr_len",
 	}
 	stringToOp = reverseMap(opToString)
 )