diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-19 07:42:49 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-07-19 07:42:49 +0900 |
| commit | 43f6f765b03c0e7e48ddcea1de958306e1b8303a (patch) | |
| tree | 10797ada981061808d857035c8e0ab1b9caabde1 /mrbgems/mruby-proc-binding/src | |
| parent | ed2a6a160eb546852adfe3661bb4face9d07820b (diff) | |
| download | mruby-43f6f765b03c0e7e48ddcea1de958306e1b8303a.tar.gz mruby-43f6f765b03c0e7e48ddcea1de958306e1b8303a.zip | |
Remove unused prototypes for `mrb_proc_merge_lvar()`; ref #5511
Diffstat (limited to 'mrbgems/mruby-proc-binding/src')
| -rw-r--r-- | mrbgems/mruby-proc-binding/src/proc-binding.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mrbgems/mruby-proc-binding/src/proc-binding.c b/mrbgems/mruby-proc-binding/src/proc-binding.c index 82d9d1d51..d176034d2 100644 --- a/mrbgems/mruby-proc-binding/src/proc-binding.c +++ b/mrbgems/mruby-proc-binding/src/proc-binding.c @@ -3,8 +3,6 @@ #include <mruby/proc.h> #include <mruby/variable.h> -void mrb_proc_merge_lvar(mrb_state *mrb, mrb_irep *irep, struct REnv *env, int num, const mrb_sym *lv, const mrb_value *stack); - /* provided by mruby-proc-ext */ mrb_value mrb_proc_source_location(mrb_state *mrb, struct RProc *p); |
