summaryrefslogtreecommitdiff
path: root/Include/objimpl.h
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-19 22:48:23 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-19 22:48:23 +0000
commit30d1c51ac97a93f68015a0c646bd130140b69a98 (patch)
tree9e47d4b382382a75c74ea85c1e1325216678a7c0 /Include/objimpl.h
parent666bb419cb28b799794350abdc9d5a15e1dfc5dc (diff)
downloadcpython-git-30d1c51ac97a93f68015a0c646bd130140b69a98.tar.gz
Remove _PyObject_Del
Diffstat (limited to 'Include/objimpl.h')
-rw-r--r--Include/objimpl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h
index 6e30ded7bb..3f867e3ba3 100644
--- a/Include/objimpl.h
+++ b/Include/objimpl.h
@@ -131,9 +131,6 @@ PyAPI_FUNC(void) _PyObject_DebugMallocStats(void);
#define PyObject_Del PyObject_Free
#define PyObject_DEL PyObject_FREE
-/* for source compatibility with 2.2 */
-#define _PyObject_Del PyObject_Free
-
/*
* Generic object allocator interface
* ==================================