summaryrefslogtreecommitdiff
path: root/Include/object.h
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2016-09-08 15:11:11 -0700
committerEric Snow <ericsnowcurrently@gmail.com>2016-09-08 15:11:11 -0700
commit4f29e75289592991efcc65a96a2a4a995417b76e (patch)
treeb6d0019f076909e11633cadc468a7822124965a3 /Include/object.h
parent7f730cf01d161f2d1793372a0852788ad5f4acb1 (diff)
downloadcpython-git-4f29e75289592991efcc65a96a2a4a995417b76e.tar.gz
Issue #24254: Drop cls.__definition_order__.
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 9e1ffd3fcf..5b4ef98c94 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;