aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-21 06:07:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-02-21 06:07:22 +0000
commit49edc2d2ce8a88be46d3c9378ac11794ad108580 (patch)
treeb1cf4b55ba704e39bdd9d04d9119d2ff4549eb38 /error.c
parent61c4a794fe7de6cea4ecedd7d58e866303ae48c8 (diff)
downloadruby-49edc2d2ce8a88be46d3c9378ac11794ad108580.tar.gz
error.c: remove deprecated internal features
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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();