summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2025-06-04 09:55:03 -0400
committerPeter Zhu <[email protected]>2025-06-04 14:07:19 -0400
commit99cc100cdf4f424faea8caa33beb0d14171c5dcb (patch)
tree99b7bc6b8dfd10f1866ca28b8c4500e764baa566 /gc.c
parent3b5787a97f41b122014fe74b98add300bacdc366 (diff)
Remove dead rb_malloc_info_show_results
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13516
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gc.c b/gc.c
index 9b218934b4..afa1ae94fe 100644
--- a/gc.c
+++ b/gc.c
@@ -5163,11 +5163,6 @@ rb_memerror_reentered(void)
return (ec && rb_ec_raised_p(ec, RAISED_NOMEMORY));
}
-void
-rb_malloc_info_show_results(void)
-{
-}
-
static void *
handle_malloc_failure(void *ptr)
{