aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/error.c b/error.c
index d174464bbf..568e47fc3a 100644
--- a/error.c
+++ b/error.c
@@ -130,24 +130,6 @@ rb_syntax_error_append(VALUE exc, VALUE file, int line, int column,
}
void
-rb_compile_error_with_enc(const char *file, int line, void *enc, const char *fmt, ...)
-{
- DEPRECATED_INTERNAL_FEATURE("rb_compile_error_with_enc()");
-}
-
-void
-rb_compile_error(const char *file, int line, const char *fmt, ...)
-{
- DEPRECATED_INTERNAL_FEATURE("rb_compile_error()");
-}
-
-void
-rb_compile_error_append(const char *fmt, ...)
-{
- DEPRECATED_INTERNAL_FEATURE("rb_compile_error_append()");
-}
-
-void
ruby_deprecated_internal_feature(const char *func)
{
rb_print_backtrace();