summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2019-11-08 13:56:10 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2019-11-08 16:38:06 +0900
commite02b819482f4e78b47599a6ce7624d4d9a13eb09 (patch)
tree862273bb2bd668d10942135aa7745597d2c60d55 /internal.h
parent2e29b651093d158c23f6553972769c8ccb7dbd94 (diff)
delete cc->aux.inc_sp
Nobody uses it.
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
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);