summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Anselm <[email protected]>2012-07-29 19:51:14 -0400
committerMax Anselm <[email protected]>2012-07-29 19:51:14 -0400
commitdacae7fda9a30ec8e92f7b094f48b9168f0a51ee (patch)
treef2f0518cac42e0d2e559ebc54d112572ce91a5c9
parent5a4beeed2d0c229a3a558650f03c8390da2d556c (diff)
downloadmruby-dacae7fda9a30ec8e92f7b094f48b9168f0a51ee.tar.gz
mruby-dacae7fda9a30ec8e92f7b094f48b9168f0a51ee.zip
Remove unnecessary mrb_assoc_new prototype
Include array.h instead.
-rw-r--r--src/math.c4
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
*/