summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 0b35a94..df79ab5 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -37,10 +37,6 @@ PERFORMANCE OF THIS SOFTWARE.
#include <unistd.h>
#endif
-#ifdef HAVE_LOCALE_H
-#include <locale.h>
-#endif
-
#ifdef MS_WINDOWS
#include <fcntl.h>
#endif
@@ -105,10 +101,6 @@ Py_Main(argc, argv)
int unbuffered = 0;
int stdin_is_interactive = 0;
-#ifdef HAVE_SETLOCALE
- setlocale(LC_ALL, "");
-#endif
-
orig_argc = argc; /* For Py_GetArgcArgv() */
orig_argv = argv;