Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da2cbb4

Browse files
committed
Issue #15893: Remove dead code
1 parent 36577e4 commit da2cbb4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Python/frozenmain.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ Py_FrozenMain(int argc, char **argv)
4444
setbuf(stderr, (char *)NULL);
4545
}
4646

47-
if (!argv_copy) {
48-
fprintf(stderr, "out of memory\n");
49-
return 1;
50-
}
51-
5247
oldloc = setlocale(LC_ALL, NULL);
5348
setlocale(LC_ALL, "");
5449
for (i = 0; i < argc; i++) {

0 commit comments

Comments
 (0)