aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/error.c b/error.c
index d841650c92..f5832694ea 100644
--- a/error.c
+++ b/error.c
@@ -442,14 +442,6 @@ rb_async_bug_errno(const char *mesg, int errno_arg)
}
void
-rb_compile_bug(const char *file, int line, const char *fmt, ...)
-{
- report_bug(file, line, fmt, NULL);
-
- abort();
-}
-
-void
rb_compile_bug_str(VALUE file, int line, const char *fmt, ...)
{
report_bug(RSTRING_PTR(file), line, fmt, NULL);