summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2018-08-02 21:14:52 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2018-08-25 09:17:46 +0900
commit5e469d2b924a70617be75b0c765da73497d3927c (patch)
tree1643c0bd62a6a1d53a9ca663778fb4781ce9e2c0 /include
parentc88fd32713e980abe5613ae06f46d9ceaa0c063b (diff)
downloadmruby-5e469d2b924a70617be75b0c765da73497d3927c.tar.gz
mruby-5e469d2b924a70617be75b0c765da73497d3927c.zip
Remove utility functions: `mrb_vm_iv_{get,set}`.
Diffstat (limited to 'include')
-rw-r--r--include/mruby/variable.h2
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);