summaryrefslogtreecommitdiffstats
path: root/Include/cpython/funcobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/cpython/funcobject.h')
-rw-r--r--Include/cpython/funcobject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/cpython/funcobject.h b/Include/cpython/funcobject.h
index 9f0560f..99ac600 100644
--- a/Include/cpython/funcobject.h
+++ b/Include/cpython/funcobject.h
@@ -82,8 +82,6 @@ PyAPI_FUNC(PyObject *) _PyFunction_Vectorcall(
size_t nargsf,
PyObject *kwnames);
-uint32_t _PyFunction_GetVersionForCurrentState(PyFunctionObject *func);
-
/* Macros for direct access to these values. Type checks are *not*
done, so use with care. */
#define PyFunction_GET_CODE(func) \