diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-17 11:27:21 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-05-17 11:27:21 +0900 |
| commit | 0c91da257bf64769d85a709852cfa2da313a4185 (patch) | |
| tree | b6d79a3d89866cd4416144c824eef6f5d457670c /include | |
| parent | 223defd62ae511786a2b50c68ed97b73bfc05d59 (diff) | |
| download | mruby-0c91da257bf64769d85a709852cfa2da313a4185.tar.gz mruby-0c91da257bf64769d85a709852cfa2da313a4185.zip | |
Remove unused `mrb_num_div()` function.
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/numeric.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/numeric.h b/include/mruby/numeric.h index 9a04631d6..2fae3142d 100644 --- a/include/mruby/numeric.h +++ b/include/mruby/numeric.h @@ -39,7 +39,6 @@ MRB_API mrb_float mrb_to_flo(mrb_state *mrb, mrb_value x); mrb_value mrb_fixnum_plus(mrb_state *mrb, mrb_value x, mrb_value y); mrb_value mrb_fixnum_minus(mrb_state *mrb, mrb_value x, mrb_value y); mrb_value mrb_fixnum_mul(mrb_state *mrb, mrb_value x, mrb_value y); -mrb_value mrb_num_div(mrb_state *mrb, mrb_value x, mrb_value y); #ifndef __has_builtin #define __has_builtin(x) 0 |
