summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index bf8c89646c..737c98b64f 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -598,8 +598,6 @@ void rb_fd_fix_cloexec(int fd);
/* marshal.c */
VALUE rb_marshal_dump(VALUE, VALUE);
VALUE rb_marshal_load(VALUE);
-VALUE rb_marshal_dump_limited(VALUE obj, VALUE port, int level);
-VALUE rb_marshal_load_with_proc(VALUE port, VALUE proc);
void rb_marshal_define_compat(VALUE newclass, VALUE oldclass, VALUE (*dumper)(VALUE), VALUE (*loader)(VALUE, VALUE));
/* numeric.c */
NORETURN(void rb_num_zerodiv(void));