From 14ce2443db2c97f870b6da74b613e05cab42042c Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 27 Nov 2024 10:44:46 -0500 Subject: Make rb_bug_without_die static It's not used outside of error.c. --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index e78071c686..6e0fb7dfe3 100644 --- a/error.c +++ b/error.c @@ -1072,7 +1072,7 @@ die(void) } RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 1, 0) -void +static void rb_bug_without_die(const char *fmt, va_list args) { const char *file = NULL; -- cgit v1.2.3