summaryrefslogtreecommitdiff
path: root/tool/ruby_vm/views/_attributes.erb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/ruby_vm/views/_attributes.erb')
-rw-r--r--tool/ruby_vm/views/_attributes.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/ruby_vm/views/_attributes.erb b/tool/ruby_vm/views/_attributes.erb
index 258bf02906..d15299c235 100644
--- a/tool/ruby_vm/views/_attributes.erb
+++ b/tool/ruby_vm/views/_attributes.erb
@@ -10,8 +10,6 @@ typedef unsigned long lindex_t;
typedef VALUE GENTRY;
typedef rb_iseq_t *ISEQ;
-#define CALL_ATTRIBUTE(name, insn, ...) attr_ ## name ## _ ## insn(__VA_ARGS__)
-
% attrs = RubyVM::Instructions.map(&:attributes).flatten
%
% attrs.each do |a|