diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-04-10 17:14:08 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-04-10 19:11:35 +0900 |
| commit | 88ac7549c08411b8d96a7ed0ed8ab2299228f28f (patch) | |
| tree | 034ee0b421efa05f76088c695cad946a859bff44 /include/mruby.h | |
| parent | d0b30f4ce22e7f9e2396a2159d1a1ff81fcc6ca6 (diff) | |
| download | mruby-88ac7549c08411b8d96a7ed0ed8ab2299228f28f.tar.gz mruby-88ac7549c08411b8d96a7ed0ed8ab2299228f28f.zip | |
Remove `MRB_API` from `mrb_instance_new`.
Diffstat (limited to 'include/mruby.h')
| -rw-r--r-- | include/mruby.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mruby.h b/include/mruby.h index e567e1da4..7026c1f5e 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -570,8 +570,6 @@ MRB_INLINE mrb_value mrb_class_new_instance(mrb_state *mrb, mrb_int argc, const return mrb_obj_new(mrb,c,argc,argv); } -MRB_API mrb_value mrb_instance_new(mrb_state *mrb, mrb_value cv); - /** * Creates a new instance of Class, Class. * |
