summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/errors.c')
-rw-r--r--Python/errors.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Python/errors.c b/Python/errors.c
index 10a06a5ae3..e170c9dff2 100644
--- a/Python/errors.c
+++ b/Python/errors.c
@@ -10,12 +10,6 @@
#include "pycore_sysmodule.h" // _PySys_Audit()
#include "pycore_traceback.h" // _PyTraceBack_FromFrame()
-#ifndef __STDC__
-#ifndef MS_WINDOWS
-extern char *strerror(int);
-#endif
-#endif
-
#include <ctype.h>
#ifdef MS_WINDOWS
# include <windows.h>