diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/objimpl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h index 6e30ded..3f867e3 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 * ================================== |