From ad694a385c55bf05f59629f1e35208694479bd76 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Tue, 14 Oct 2014 10:59:35 -0700 Subject: [PATCH 2/3] from internal.h --- internal.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal.h b/internal.h index a076abf..f03fd08 100644 --- a/internal.h +++ b/internal.h @@ -709,9 +709,6 @@ 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)