]> granicus.if.org Git - python/commitdiff
Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only...
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 3 Aug 2001 13:03:24 +0000 (13:03 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 3 Aug 2001 13:03:24 +0000 (13:03 +0000)
Include/objimpl.h

index 18cece8e2516f6fec4c8d436197ccc6f7990ce50..8736081fa7462b1e98d2b1e140b12dea52a90374 100644 (file)
@@ -238,8 +238,6 @@ extern DL_IMPORT(void) _PyObject_Del(PyObject *);
 #define PyObject_FROM_GC(op) (op)
 #define PyType_IS_GC(t) 0
 #define PyObject_IS_GC(o) 0
-#define PyObject_AS_GC(o) (o)
-#define PyObject_FROM_GC(o) (o)
 #define PyType_BASICSIZE(t) ((t)->tp_basicsize)
 #define PyType_SET_BASICSIZE(t, s) ((t)->tp_basicsize = (s))