From aeb63ade341572bb307f23ff7c501c48957cc7d4 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 31 Aug 2022 14:22:28 +0000 Subject: Remove temporary array operations --- pkg/lang/vm/code/op.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pkg/lang/vm/code/op.go') diff --git a/pkg/lang/vm/code/op.go b/pkg/lang/vm/code/op.go index 8a5c6b5..0f268d6 100644 --- a/pkg/lang/vm/code/op.go +++ b/pkg/lang/vm/code/op.go @@ -55,8 +55,4 @@ const ( OpJf OpRet - - // Temporary operations, which will be removed with the advent of methods. - OpTempArrLen - OpTempArrPush ) -- cgit 1.4.1