Skip to content

Commit abb1af7

Browse files
authored
Remove redundant inline keyword
1 parent 239bfbd commit abb1af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/pystate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ _PyInterpreterState_Enable(_PyRuntimeState *runtime)
573573
#define RAW_ALIGN_PTR_OFFSET sizeof(void *)
574574
#endif
575575

576-
static inline PyInterpreterState *
576+
static PyInterpreterState *
577577
alloc_interpreter(void)
578578
{
579579
#ifdef _Py_HAS_UNDEFINED_BEHAVIOR_SANITIZER

0 commit comments

Comments
 (0)