From: Victor Stinner Date: Sat, 27 Jul 2013 00:41:03 +0000 (+0200) Subject: Issue #15893: Remove dead code X-Git-Tag: v3.4.0a1~62^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da2cbb4fc81d12f1ee9150e72ec55fde47388a28;p=thirdparty%2FPython%2Fcpython.git Issue #15893: Remove dead code --- diff --git a/Python/frozenmain.c b/Python/frozenmain.c index 98f46ebdb2dd..8b1f2d4bbe64 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++) {