summaryrefslogtreecommitdiffstats
path: root/Include/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/object.h')
-rw-r--r--Include/object.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/object.h b/Include/object.h
index 9e1ffd3..5b4ef98 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -421,8 +421,6 @@ typedef struct _typeobject {
destructor tp_finalize;
- PyObject *tp_deforder;
-
#ifdef COUNT_ALLOCS
/* these must be last and never explicitly initialized */
Py_ssize_t tp_allocs;