Skip to content

Commit 04d86c7

Browse files
Issue python#1783: Remove declarations of nonexistent private variables.
1 parent 188ad85 commit 04d86c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Include/sysmodule.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
2020
PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
2121
PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
2222

23-
#ifndef Py_LIMITED_API
24-
PyAPI_DATA(PyObject *) _PySys_TraceFunc, *_PySys_ProfileFunc;
25-
#endif
26-
2723
PyAPI_FUNC(void) PySys_ResetWarnOptions(void);
2824
PyAPI_FUNC(void) PySys_AddWarnOption(const wchar_t *);
2925
PyAPI_FUNC(void) PySys_AddWarnOptionUnicode(PyObject *);

0 commit comments

Comments
 (0)