Commit af01c03e authored by Georg Brandl's avatar Georg Brandl

Remove unused macro.

parent f5af720a
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include "structmember.h" #include "structmember.h"
#include "osdefs.h" #include "osdefs.h"
#define MAKE_IT_NONE(x) (x) = Py_None; Py_INCREF(Py_None);
#define EXC_MODULE_NAME "exceptions." #define EXC_MODULE_NAME "exceptions."
/* NOTE: If the exception class hierarchy changes, don't forget to update /* NOTE: If the exception class hierarchy changes, don't forget to update
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment