]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove unused macro.
authorGeorg Brandl <georg@python.org>
Tue, 16 Jun 2009 17:43:44 +0000 (17:43 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 16 Jun 2009 17:43:44 +0000 (17:43 +0000)
Objects/exceptions.c

index f874dcbac06fc3624fef6ec3a1a53d6e3a9170bb..fbdc781162ee4bd29b1f0497ff41105a15fa5fca 100644 (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