diff options
author | Peter Zhu <[email protected]> | 2024-02-14 12:04:48 -0500 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-03-14 12:53:04 -0400 |
commit | ff51dc56540c3ba574a4b3f606bafd57788f620f (patch) | |
tree | d1b9cac40922259af9f97d1bc1980efb482a2de2 /internal.h | |
parent | 8e1831406ffd385213f67baba0d1fe6d44e9e0ea (diff) |
[Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OF
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/internal.h b/internal.h index c66e057f60..4fb99d1c08 100644 --- a/internal.h +++ b/internal.h @@ -40,10 +40,6 @@ #undef RClass #undef RCLASS_SUPER -/* internal/gc.h */ -#undef NEWOBJ_OF -#undef RB_NEWOBJ_OF - /* internal/hash.h */ #undef RHASH_IFNONE #undef RHASH_SIZE |