diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-08-02 21:14:52 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2018-08-25 09:17:46 +0900 |
| commit | 5e469d2b924a70617be75b0c765da73497d3927c (patch) | |
| tree | 1643c0bd62a6a1d53a9ca663778fb4781ce9e2c0 /include | |
| parent | c88fd32713e980abe5613ae06f46d9ceaa0c063b (diff) | |
| download | mruby-5e469d2b924a70617be75b0c765da73497d3927c.tar.gz mruby-5e469d2b924a70617be75b0c765da73497d3927c.zip | |
Remove utility functions: `mrb_vm_iv_{get,set}`.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/variable.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mruby/variable.h b/include/mruby/variable.h index 5fef83faf..a4394fbd3 100644 --- a/include/mruby/variable.h +++ b/include/mruby/variable.h @@ -31,8 +31,6 @@ struct global_entry { mrb_value mrb_vm_special_get(mrb_state*, mrb_sym); void mrb_vm_special_set(mrb_state*, mrb_sym, mrb_value); -mrb_value mrb_vm_iv_get(mrb_state*, mrb_sym); -void mrb_vm_iv_set(mrb_state*, mrb_sym, mrb_value); mrb_value mrb_vm_cv_get(mrb_state*, mrb_sym); void mrb_vm_cv_set(mrb_state*, mrb_sym, mrb_value); mrb_value mrb_vm_const_get(mrb_state*, mrb_sym); |
