mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.
* class.c (ins_methods_push): ditto. * class.c (rb_class_local_methods): method removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba997e3529
commit
9bcbd08b0b
5 changed files with 9 additions and 25 deletions
2
object.c
2
object.c
|
@ -2436,8 +2436,6 @@ Init_Object(void)
|
|||
rb_class_protected_instance_methods, -1); /* in class.c */
|
||||
rb_define_method(rb_cModule, "private_instance_methods",
|
||||
rb_class_private_instance_methods, -1); /* in class.c */
|
||||
rb_define_method(rb_cModule, "local_methods",
|
||||
rb_class_local_methods, 0); /* in class.c */
|
||||
|
||||
rb_define_method(rb_cModule, "constants", rb_mod_constants, -1); /* in variable.c */
|
||||
rb_define_method(rb_cModule, "const_get", rb_mod_const_get, -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue