diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-15 16:37:23 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-15 16:37:23 +0900 |
| commit | 234b8e853cc8b3bac2945832d589562e41da1456 (patch) | |
| tree | 6cfd1759c27efbb1cf2f0121730bce3cb83cb797 /include/mruby.h | |
| parent | 68d3b7644c1922119f76882f240f3aef6f2ee587 (diff) | |
| download | mruby-234b8e853cc8b3bac2945832d589562e41da1456.tar.gz mruby-234b8e853cc8b3bac2945832d589562e41da1456.zip | |
make class_from_sym static
Diffstat (limited to 'include/mruby.h')
| -rw-r--r-- | include/mruby.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby.h b/include/mruby.h index 1124ba89c..137a1b94e 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -297,7 +297,6 @@ void mrb_undef_method(mrb_state*, struct RClass*, const char*); mrb_value mrb_instance_new(mrb_state *mrb, mrb_value cv); struct RClass * mrb_class_new(mrb_state *mrb, struct RClass *super); struct RClass * mrb_module_new(mrb_state *mrb); -struct RClass * mrb_class_from_sym(mrb_state *mrb, struct RClass *klass, mrb_sym name); struct RClass * mrb_class_get(mrb_state *mrb, const char *name); struct RClass * mrb_class_obj_get(mrb_state *mrb, const char *name); |
