summaryrefslogtreecommitdiffstats
path: root/Include/cpython/sysmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/cpython/sysmodule.h')
-rw-r--r--Include/cpython/sysmodule.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Include/cpython/sysmodule.h b/Include/cpython/sysmodule.h
index 19d9ddd..e028fb7 100644
--- a/Include/cpython/sysmodule.h
+++ b/Include/cpython/sysmodule.h
@@ -2,11 +2,6 @@
# error "this header file must not be included directly"
#endif
-PyAPI_FUNC(PyObject *) _PySys_GetAttr(PyThreadState *tstate,
- PyObject *name);
-
-PyAPI_FUNC(size_t) _PySys_GetSizeOf(PyObject *);
-
typedef int(*Py_AuditHookFunction)(const char *, PyObject *, void *);
PyAPI_FUNC(int) PySys_Audit(