mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Remove redundant definition of NEXITFUNCS.
(Reported by Jeff Rush.)
This commit is contained in:
@@ -1035,7 +1035,7 @@ Py_FatalError(msg)
|
||||
int _PyThread_Started = 0; /* Set by threadmodule.c and maybe others */
|
||||
#endif
|
||||
|
||||
#define NEXITFUNCS 32
|
||||
/* NEXITFUNCS is defined in pystate.h */
|
||||
static void (*exitfuncs[NEXITFUNCS])();
|
||||
static int nexitfuncs = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user