mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue #15893: Remove dead code
This commit is contained in:
parent
36577e4e8c
commit
da2cbb4fc8
1 changed files with 0 additions and 5 deletions
|
|
@ -44,11 +44,6 @@ Py_FrozenMain(int argc, char **argv)
|
||||||
setbuf(stderr, (char *)NULL);
|
setbuf(stderr, (char *)NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!argv_copy) {
|
|
||||||
fprintf(stderr, "out of memory\n");
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
oldloc = setlocale(LC_ALL, NULL);
|
oldloc = setlocale(LC_ALL, NULL);
|
||||||
setlocale(LC_ALL, "");
|
setlocale(LC_ALL, "");
|
||||||
for (i = 0; i < argc; i++) {
|
for (i = 0; i < argc; i++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue