From dacae7fda9a30ec8e92f7b094f48b9168f0a51ee Mon Sep 17 00:00:00 2001 From: Max Anselm Date: Sun, 29 Jul 2012 19:51:14 -0400 Subject: Remove unnecessary mrb_assoc_new prototype Include array.h instead. --- src/math.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/math.c') 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 */ -- cgit v1.2.3