summaryrefslogtreecommitdiff
path: root/Include/iterobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/iterobject.h')
-rw-r--r--Include/iterobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/iterobject.h b/Include/iterobject.h
index f61726f1f7..eec2ee271e 100644
--- a/Include/iterobject.h
+++ b/Include/iterobject.h
@@ -7,7 +7,6 @@ extern "C" {
PyAPI_DATA(PyTypeObject) PySeqIter_Type;
PyAPI_DATA(PyTypeObject) PyCallIter_Type;
-PyAPI_DATA(PyTypeObject) PyCmpWrapper_Type;
#define PySeqIter_Check(op) (Py_TYPE(op) == &PySeqIter_Type)