diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-31 00:16:55 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-07-31 00:16:55 +0900 |
| commit | 326396a6e365ccaf7692aca216c85693f790ed22 (patch) | |
| tree | b85a5a5099289c037d4d804608958aa8fd7db054 /src/parse.y | |
| parent | 294ed9801193b0c83569b50ec7741f71d195a1ae (diff) | |
| download | mruby-326396a6e365ccaf7692aca216c85693f790ed22.tar.gz mruby-326396a6e365ccaf7692aca216c85693f790ed22.zip | |
remove unused mrb_proc_new_with_target()
Diffstat (limited to 'src/parse.y')
| -rw-r--r-- | src/parse.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parse.y b/src/parse.y index 168dca9f0..50ba0b1c8 100644 --- a/src/parse.y +++ b/src/parse.y @@ -5207,8 +5207,6 @@ mrb_parse_string(mrb_state *mrb, const char *s, mrbc_context *c) return mrb_parse_nstring(mrb, s, strlen(s), c); } -struct RProc* mrb_proc_new_with_target(mrb_state *mrb, mrb_irep *irep, struct RClass *target); - static mrb_value load_exec(mrb_state *mrb, parser_state *p, mrbc_context *c) { |
