diff options
author | Peter Zhu <[email protected]> | 2025-06-04 09:55:03 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2025-06-04 14:07:19 -0400 |
commit | 99cc100cdf4f424faea8caa33beb0d14171c5dcb (patch) | |
tree | 99b7bc6b8dfd10f1866ca28b8c4500e764baa566 /gc.c | |
parent | 3b5787a97f41b122014fe74b98add300bacdc366 (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.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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) { |