summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-16 17:43:44 (GMT)
committerGeorg Brandl <georg@python.org>2009-06-16 17:43:44 (GMT)
commitaf01c03e14b9f56bb14627f779877da841c35a15 (patch)
tree80e5c36acb91152e0166f3d8c1fa08cb50bf6318 /Objects
parentf5af720a310901959d16a585477810dfc9a97f9d (diff)
downloadcpython-af01c03e14b9f56bb14627f779877da841c35a15.zip
cpython-af01c03e14b9f56bb14627f779877da841c35a15.tar.gz
cpython-af01c03e14b9f56bb14627f779877da841c35a15.tar.bz2
Remove unused macro.
Diffstat (limited to 'Objects')
-rw-r--r--Objects/exceptions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c
index f874dcb..fbdc781 100644
--- a/Objects/exceptions.c
+++ b/Objects/exceptions.c
@@ -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