delete cc->aux.inc_sp
Nobody uses it.
This commit is contained in:
parent
2e29b65109
commit
e02b819482
@ -2396,7 +2396,6 @@ struct rb_call_cache {
|
|||||||
union {
|
union {
|
||||||
unsigned int index; /* used by ivar */
|
unsigned int index; /* used by ivar */
|
||||||
enum method_missing_reason method_missing_reason; /* used by method_missing */
|
enum method_missing_reason method_missing_reason; /* used by method_missing */
|
||||||
int inc_sp; /* used by cfunc */
|
|
||||||
} aux;
|
} aux;
|
||||||
};
|
};
|
||||||
STATIC_ASSERT(cachelined, sizeof(struct rb_call_cache) <= CACHELINE);
|
STATIC_ASSERT(cachelined, sizeof(struct rb_call_cache) <= CACHELINE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user