From: Siddhesh Poyarekar Date: Sun, 11 Mar 2018 09:45:10 +0000 (+0530) Subject: Drop confusing commented out code in pystrtod.c (GH-6072) X-Git-Tag: v3.8.0a1~2097 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fb84157595a385f15799e5d0729c1e1b0ba9d38;p=python Drop confusing commented out code in pystrtod.c (GH-6072) --- diff --git a/Python/pystrtod.c b/Python/pystrtod.c index 601f7c691e..3546d44c84 100644 --- a/Python/pystrtod.c +++ b/Python/pystrtod.c @@ -1060,8 +1060,6 @@ format_float_short(double d, char format_code, else { /* shouldn't get here: Gay's code should always return something starting with a digit, an 'I', or 'N' */ - /* strncpy(p, "ERR", 3); - p += 3; */ Py_UNREACHABLE(); } goto exit;