1
0
Fork 0
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:
卜部昌平 2019-11-08 13:56:10 +09:00
parent 2e29b65109
commit e02b819482

View file

@ -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);