aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/error.c b/error.c
index a42f789804..f2c86448e7 100644
--- a/error.c
+++ b/error.c
@@ -127,7 +127,6 @@ compile_err_append(VALUE mesg)
th->base_block = prev_base_block;
}
-#if 0
void
rb_compile_error_with_enc(const char *file, int line, void *enc, const char *fmt, ...)
{
@@ -151,7 +150,6 @@ rb_compile_error(const char *file, int line, const char *fmt, ...)
va_end(args);
compile_err_append(str);
}
-#endif
void
rb_compile_error_str(VALUE file, int line, void *enc, const char *fmt, ...)
@@ -485,7 +483,6 @@ rb_async_bug_errno(const char *mesg, int errno_arg)
abort();
}
-#if 0
void
rb_compile_bug(const char *file, int line, const char *fmt, ...)
{
@@ -493,7 +490,6 @@ rb_compile_bug(const char *file, int line, const char *fmt, ...)
abort();
}
-#endif
void
rb_compile_bug_str(VALUE file, int line, const char *fmt, ...)