summaryrefslogtreecommitdiff
path: root/Objects/exceptions.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-06-16 19:24:38 +0000
committerGeorg Brandl <georg@python.org>2009-06-16 19:24:38 +0000
commitb6eaf8160d03fc32d808a2c7cb5eff8a2bfb44dd (patch)
tree610c8c3c6be9a6be0e0ad180b4271bf9c79bfc4d /Objects/exceptions.c
parent19653aa27e7468894dd65d5d05ae91a1592283cf (diff)
downloadcpython-b6eaf8160d03fc32d808a2c7cb5eff8a2bfb44dd.tar.gz
Merged revisions 73447-73448 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73447 | georg.brandl | 2009-06-16 19:41:33 +0200 (Di, 16 Jun 2009) | 1 line Add tabularcolumns directive for tables with bullet lists in them. ........ r73448 | georg.brandl | 2009-06-16 19:43:44 +0200 (Di, 16 Jun 2009) | 1 line Remove unused macro. ........
Diffstat (limited to 'Objects/exceptions.c')
-rw-r--r--Objects/exceptions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/exceptions.c b/Objects/exceptions.c
index 9258ace50a..adaece1ef5 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);
/* NOTE: If the exception class hierarchy changes, don't forget to update
* Lib/test/exception_hierarchy.txt