Make rb_bug_without_die static
It's not used outside of error.c.
This commit is contained in:
parent
209f8ba7c4
commit
14ce2443db
Notes:
git
2024-11-27 16:33:24 +00:00
2
error.c
2
error.c
@ -1072,7 +1072,7 @@ die(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 1, 0)
|
RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 1, 0)
|
||||||
void
|
static void
|
||||||
rb_bug_without_die(const char *fmt, va_list args)
|
rb_bug_without_die(const char *fmt, va_list args)
|
||||||
{
|
{
|
||||||
const char *file = NULL;
|
const char *file = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user