mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove written-but-never-read me->def.body.refined.owner
This also removes aliasing rule violations; the anonymous structs were distinct types from `rb_method_refined_t`.
This commit is contained in:
parent
bed014e374
commit
fcabe2df39
3 changed files with 9 additions and 30 deletions
1
method.h
1
method.h
|
@ -153,7 +153,6 @@ typedef struct rb_method_alias_struct {
|
|||
|
||||
typedef struct rb_method_refined_struct {
|
||||
struct rb_method_entry_struct * orig_me;
|
||||
VALUE owner;
|
||||
} rb_method_refined_t;
|
||||
|
||||
typedef struct rb_method_bmethod_struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue