variable.c: remove unused macros

Co-authored-by: Gemini <gemini@google.com>
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-07-25 13:18:01 +09:00
parent 131d86629b
commit 41c5fc4dc6
+1 -3
View File
@@ -19,9 +19,7 @@ typedef struct iv_tbl {
mrb_value *ptr;
} iv_tbl;
#define IV_EMPTY 0
#define IV_DELETED (1UL<<31)
#define IV_KEY_P(k) (((k)&~((uint32_t)IV_DELETED))!=0)
/* Creates the instance variable table. */
static iv_tbl*