summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-01-13 15:59:19 -0500
committerPeter Zhu <peter@peterzhu.ca>2025-01-20 10:31:36 -0500
commit5a448a87fca72ffc277e857d0440b8638ef22ad2 (patch)
treef0d01195da05b8eef1283ddb5534ac0e1b32afff /internal
parent5c95898e930051ecc48d5cd2dd3434c02dd661ad (diff)
Remove dead function rb_func_proc_new
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12566
Diffstat (limited to 'internal')
-rw-r--r--internal/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/proc.h b/internal/proc.h
index c6a9e38bfa..24a077ca6d 100644
--- a/internal/proc.h
+++ b/internal/proc.h
@@ -22,7 +22,6 @@ int rb_block_min_max_arity(int *max);
VALUE rb_block_to_s(VALUE self, const struct rb_block *block, const char *additional_info);
VALUE rb_callable_receiver(VALUE);
-VALUE rb_func_proc_new(rb_block_call_func_t func, VALUE val);
VALUE rb_func_proc_dup(VALUE src_obj);
VALUE rb_func_lambda_new(rb_block_call_func_t func, VALUE val, int min_argc, int max_argc);
VALUE rb_iseq_location(const struct rb_iseq_struct *iseq);