mirror of https://github.com/python/cpython
Remove unused macro.
This commit is contained in:
parent
f5af720a31
commit
af01c03e14
|
@ -9,7 +9,6 @@
|
|||
#include "structmember.h"
|
||||
#include "osdefs.h"
|
||||
|
||||
#define MAKE_IT_NONE(x) (x) = Py_None; Py_INCREF(Py_None);
|
||||
#define EXC_MODULE_NAME "exceptions."
|
||||
|
||||
/* NOTE: If the exception class hierarchy changes, don't forget to update
|
||||
|
|
Loading…
Reference in New Issue