summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include/cpython/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/Include/cpython/context.h')
-rw-r--r--contrib/tools/python3/Include/cpython/context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/tools/python3/Include/cpython/context.h b/contrib/tools/python3/Include/cpython/context.h
index 9879fc7192e..a3249fc29b0 100644
--- a/contrib/tools/python3/Include/cpython/context.h
+++ b/contrib/tools/python3/Include/cpython/context.h
@@ -67,10 +67,6 @@ PyAPI_FUNC(PyObject *) PyContextVar_Set(PyObject *var, PyObject *value);
PyAPI_FUNC(int) PyContextVar_Reset(PyObject *var, PyObject *token);
-/* This method is exposed only for CPython tests. Don not use it. */
-PyAPI_FUNC(PyObject *) _PyContext_NewHamtForTests(void);
-
-
#ifdef __cplusplus
}
#endif