Remove redundant definition of NEXITFUNCS.

(Reported by Jeff Rush.)
This commit is contained in:
Guido van Rossum 1998-09-28 22:15:37 +00:00
parent 2645241add
commit 93d27547d0

View file

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