From 6bee2fd193b94f00c7f4025fc3d62282f867e60d Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 28 Feb 2013 17:52:18 +0900 Subject: Pluggable Math --- src/init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/init.c') diff --git a/src/init.c b/src/init.c index a5727561d..a630a3307 100644 --- a/src/init.c +++ b/src/init.c @@ -56,9 +56,6 @@ mrb_init_core(mrb_state *mrb) mrb_init_regexp(mrb); DONE; #ifdef ENABLE_STDIO mrb_init_print(mrb); DONE; -#endif -#ifdef ENABLE_MATH - mrb_init_math(mrb); DONE; #endif mrb_init_mrblib(mrb); DONE; #ifndef DISABLE_GEMS -- cgit v1.2.3