summaryrefslogtreecommitdiff
path: root/tool/ruby_vm
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-17 13:39:35 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 22:11:20 -0800
commitd9c2eb6f4288e5a0b03222854b4ad62c2047cd2b (patch)
tree2c17f14c8b6230dec9a5a2b58dc9ccf2f672d23d /tool/ruby_vm
parent6fc336fedcbf58cceedd272ecf1ac2f725662f73 (diff)
downloadruby-d9c2eb6f4288e5a0b03222854b4ad62c2047cd2b.tar.gz
Move modules around
Diffstat (limited to 'tool/ruby_vm')
-rw-r--r--tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb b/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb
index 4b20e896a2..38b9c1f92e 100644
--- a/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb
+++ b/tool/ruby_vm/views/lib/ruby_vm/mjit/instruction.rb.erb
@@ -35,6 +35,4 @@ module RubyVM::MJIT # :nodoc: all
),
% end
}
-
- private_constant(*constants)
end