diff options
| author | Max Anselm <[email protected]> | 2012-07-29 19:51:14 -0400 |
|---|---|---|
| committer | Max Anselm <[email protected]> | 2012-07-29 19:51:14 -0400 |
| commit | dacae7fda9a30ec8e92f7b094f48b9168f0a51ee (patch) | |
| tree | f2f0518cac42e0d2e559ebc54d112572ce91a5c9 /src/math.c | |
| parent | 5a4beeed2d0c229a3a558650f03c8390da2d556c (diff) | |
| download | mruby-dacae7fda9a30ec8e92f7b094f48b9168f0a51ee.tar.gz mruby-dacae7fda9a30ec8e92f7b094f48b9168f0a51ee.zip | |
Remove unnecessary mrb_assoc_new prototype
Include array.h instead.
Diffstat (limited to 'src/math.c')
| -rw-r--r-- | src/math.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/math.c b/src/math.c index ecf9fbf43..519d4f37b 100644 --- a/src/math.c +++ b/src/math.c @@ -89,10 +89,6 @@ erfc(double x) #endif - -mrb_value -mrb_assoc_new(mrb_state *mrb, mrb_value car, mrb_value cdr); - /* TRIGONOMETRIC FUNCTIONS */ |
