summaryrefslogtreecommitdiffstats
path: root/Include/iterobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/iterobject.h')
-rw-r--r--Include/iterobject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/iterobject.h b/Include/iterobject.h
index 86abb25..f61726f 100644
--- a/Include/iterobject.h
+++ b/Include/iterobject.h
@@ -18,8 +18,6 @@ PyAPI_FUNC(PyObject *) PySeqIter_New(PyObject *);
PyAPI_FUNC(PyObject *) PyCallIter_New(PyObject *, PyObject *);
-PyAPI_FUNC(PyObject *) _PyIter_GetBuiltin(const char *iter);
-
#ifdef __cplusplus
}
#endif