From c7982ce8f300c24276a597f00d8957de558b7ef8 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Thu, 9 Oct 2014 20:42:31 -0700 Subject: [PATCH 1/2] Remove unused internal func from internal.h --- internal.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/internal.h b/internal.h index a9fd533..00d192e 100644 --- a/internal.h +++ b/internal.h @@ -701,17 +701,7 @@ VALUE rb_get_expanded_load_path(void); NORETURN(void rb_load_fail(VALUE, const char*)); /* math.c */ -VALUE rb_math_atan2(VALUE, VALUE); -VALUE rb_math_cos(VALUE); -VALUE rb_math_cosh(VALUE); -VALUE rb_math_exp(VALUE); -VALUE rb_math_hypot(VALUE, VALUE); VALUE rb_math_log(int argc, const VALUE *argv); -VALUE rb_math_sin(VALUE); -VALUE rb_math_sinh(VALUE); -#if 0 -VALUE rb_math_sqrt(VALUE); -#endif /* newline.c */ void Init_newline(void); -- 1.8.5.2 (Apple Git-48)