summaryrefslogtreecommitdiffstats
path: root/Python/frozenmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/frozenmain.c')
-rw-r--r--Python/frozenmain.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Python/frozenmain.c b/Python/frozenmain.c
index 98f46eb..8b1f2d4 100644
--- a/Python/frozenmain.c
+++ b/Python/frozenmain.c
@@ -44,11 +44,6 @@ Py_FrozenMain(int argc, char **argv)
setbuf(stderr, (char *)NULL);
}
- if (!argv_copy) {
- fprintf(stderr, "out of memory\n");
- return 1;
- }
-
oldloc = setlocale(LC_ALL, NULL);
setlocale(LC_ALL, "");
for (i = 0; i < argc; i++) {