summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include/cpython/traceback.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/Include/cpython/traceback.h')
-rw-r--r--contrib/tools/python3/Include/cpython/traceback.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/tools/python3/Include/cpython/traceback.h b/contrib/tools/python3/Include/cpython/traceback.h
index a4e087b2b4e..81c51944f13 100644
--- a/contrib/tools/python3/Include/cpython/traceback.h
+++ b/contrib/tools/python3/Include/cpython/traceback.h
@@ -11,6 +11,3 @@ struct _traceback {
int tb_lasti;
int tb_lineno;
};
-
-PyAPI_FUNC(int) _Py_DisplaySourceLine(PyObject *, PyObject *, int, int, int *, PyObject **);
-PyAPI_FUNC(void) _PyTraceback_Add(const char *, const char *, int);