aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/intern.h')
-rw-r--r--include/ruby/intern.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index e963d99b06..9690964ac8 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -147,9 +147,6 @@ VALUE rb_rational_new(VALUE, VALUE);
VALUE rb_Rational(VALUE, VALUE);
#define rb_Rational1(x) rb_Rational((x), INT2FIX(1))
#define rb_Rational2(x,y) rb_Rational((x), (y))
-#ifdef MARSHAL_LOAD_DIRECT
-VALUE rb_Rational_marshal_load(VALUE, VALUE);
-#endif
/* complex.c */
VALUE rb_complex_raw(VALUE, VALUE);
#define rb_complex_raw1(x) rb_complex_raw((x), INT2FIX(0))
@@ -161,9 +158,6 @@ VALUE rb_complex_polar(VALUE, VALUE);
VALUE rb_Complex(VALUE, VALUE);
#define rb_Complex1(x) rb_Complex((x), INT2FIX(0))
#define rb_Complex2(x,y) rb_Complex((x), (y))
-#ifdef MARSHAL_LOAD_DIRECT
-VALUE rb_Complex_marshal_load(VALUE, VALUE);
-#endif
/* class.c */
VALUE rb_class_boot(VALUE);
VALUE rb_class_new(VALUE);