Remove unused macro.

This commit is contained in:
Georg Brandl 2009-06-16 17:43:44 +00:00
parent f5af720a31
commit af01c03e14
1 changed files with 0 additions and 1 deletions

View File

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