summaryrefslogtreecommitdiff
path: root/template/minsns.inc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/minsns.inc.tmpl')
-rw-r--r--template/minsns.inc.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/template/minsns.inc.tmpl b/template/minsns.inc.tmpl
deleted file mode 100644
index f32b28cb7f..0000000000
--- a/template/minsns.inc.tmpl
+++ /dev/null
@@ -1,14 +0,0 @@
-/** -*-c-*-
- This file contains YARV instructions list, to define YARVCore::Instructions.
-
- ----
- This file is auto generated by insns2vm.rb
- DO NOT TOUCH!
-
- If you want to fix something, you must edit 'template/minsns.inc.tmpl'
- or tool/insns2vm.rb
- */
-
-% @insns.each_with_index do |insn, i|
- rb_define_const(mYarvInsns, "I<%=insn.name%>", INT2FIX(<%=i%>));
-% end