mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
delete cc->aux.inc_sp
Nobody uses it.
This commit is contained in:
parent
2e29b65109
commit
e02b819482
1 changed files with 0 additions and 1 deletions
|
@ -2396,7 +2396,6 @@ struct rb_call_cache {
|
|||
union {
|
||||
unsigned int index; /* used by ivar */
|
||||
enum method_missing_reason method_missing_reason; /* used by method_missing */
|
||||
int inc_sp; /* used by cfunc */
|
||||
} aux;
|
||||
};
|
||||
STATIC_ASSERT(cachelined, sizeof(struct rb_call_cache) <= CACHELINE);
|
||||
|
|
Loading…
Reference in a new issue