diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2019-11-08 13:56:10 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2019-11-08 16:38:06 +0900 |
commit | e02b819482f4e78b47599a6ce7624d4d9a13eb09 (patch) | |
tree | 862273bb2bd668d10942135aa7745597d2c60d55 | |
parent | 2e29b651093d158c23f6553972769c8ccb7dbd94 (diff) |
delete cc->aux.inc_sp
Nobody uses it.
-rw-r--r-- | internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal.h b/internal.h index 1b27df0009..1b6cb2605d 100644 --- a/internal.h +++ b/internal.h @@ -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); |