Issue #15893: Remove dead code

This commit is contained in:
Victor Stinner 2013-07-27 02:41:03 +02:00
parent 36577e4e8c
commit da2cbb4fc8
1 changed files with 0 additions and 5 deletions

View File

@ -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++) {