summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorOscar Nihlgård <oscarnihlgard@gmail.com>2018-06-26 21:18:55 +0200
committerOscar Nihlgård <oscarnihlgard@gmail.com>2018-06-26 21:25:27 +0200
commit236bc06b5f1a1a1fc4a711007aed0b60b6656a4f (patch)
tree1a80153e55305dd23e8e01cda36971d12f4fac63 /compiler/vmdef.nim
parentd08b9eb6731a70504be6d856723fbc94dc7bd506 (diff)
downloadNim-236bc06b5f1a1a1fc4a711007aed0b60b6656a4f.tar.gz
Improve vm support for ref types
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim
index cec61ade5..f7466b392 100644
--- a/compiler/vmdef.nim
+++ b/compiler/vmdef.nim
@@ -36,7 +36,6 @@ type
     opcAsgnFloat,
     opcAsgnRef,
     opcAsgnComplex,
-    opcRegToNode,
     opcNodeToReg,
 
     opcLdArr,  # a = b[c]