Remove _PyObject_Del

This commit is contained in:
Neal Norwitz 2007-08-19 22:48:23 +00:00
parent 666bb419cb
commit 30d1c51ac9
8 changed files with 7 additions and 17 deletions

View file

@ -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
* ==================================