aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/error.c b/error.c
index b7aec28940..7a88ccbfd1 100644
--- a/error.c
+++ b/error.c
@@ -127,13 +127,6 @@ rb_syntax_error_append(VALUE exc, VALUE file, int line, int column,
return exc;
}
-void
-ruby_deprecated_internal_feature(const char *func)
-{
- rb_print_backtrace();
- rb_fatal("%s is only for internal use and deprecated; do not use", func);
-}
-
/*
* call-seq:
* warn(msg) -> nil