diff options
author | Georg Brandl <georg@python.org> | 2009-06-16 17:43:44 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-16 17:43:44 (GMT) |
commit | af01c03e14b9f56bb14627f779877da841c35a15 (patch) | |
tree | 80e5c36acb91152e0166f3d8c1fa08cb50bf6318 /Objects | |
parent | f5af720a310901959d16a585477810dfc9a97f9d (diff) | |
download | cpython-af01c03e14b9f56bb14627f779877da841c35a15.zip cpython-af01c03e14b9f56bb14627f779877da841c35a15.tar.gz cpython-af01c03e14b9f56bb14627f779877da841c35a15.tar.bz2 |
Remove unused macro.
Diffstat (limited to 'Objects')
-rw-r--r-- | Objects/exceptions.c | 1 |
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 |