Make rb_bug_without_die static

It's not used outside of error.c.
This commit is contained in:
Peter Zhu 2024-11-27 10:44:46 -05:00
parent 209f8ba7c4
commit 14ce2443db
Notes: git 2024-11-27 16:33:24 +00:00

View File

@ -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;