diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-06-02 21:34:10 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-06-02 21:34:10 +0900 |
| commit | 34c049c63e4c4c011fe1cfcbe954f20438919439 (patch) | |
| tree | d9562650cde9203c6302719d4a4e7ad3415ee7aa /include | |
| parent | 54808d1df56599c2e7974e5f10eb2cae3ab3ddbc (diff) | |
| download | mruby-34c049c63e4c4c011fe1cfcbe954f20438919439.tar.gz mruby-34c049c63e4c4c011fe1cfcbe954f20438919439.zip | |
remove unused mrb_mem_clear
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/array.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/array.h b/include/mruby/array.h index 192ad7c4c..21d50152f 100644 --- a/include/mruby/array.h +++ b/include/mruby/array.h @@ -43,7 +43,6 @@ mrb_value mrb_ary_unshift(mrb_state *mrb, mrb_value self, mrb_value item); mrb_value mrb_ary_new4(mrb_state *mrb, int n, const mrb_value *elts); mrb_value mrb_assoc_new(mrb_state *mrb, mrb_value car, mrb_value cdr); mrb_value mrb_ary_entry(mrb_value ary, int offset); -void mrb_mem_clear(mrb_value *mem, int size); mrb_value mrb_ary_tmp_new(mrb_state *mrb, int capa); mrb_value mrb_ary_sort(mrb_state *mrb, mrb_value ary); mrb_value mrb_ary_shift(mrb_state *mrb, mrb_value self); |
