From: Victor Stinner Date: Tue, 13 Mar 2012 12:50:34 +0000 (+0100) Subject: Issue #14180: Remove commented code X-Git-Tag: v3.3.0a2~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a31dd407a966ff5265cab0f52b3bc9fa044f1aa;p=python Issue #14180: Remove commented code --- diff --git a/Python/pytime.c b/Python/pytime.c index 79a1a33616..75d80e2576 100644 --- a/Python/pytime.c +++ b/Python/pytime.c @@ -137,8 +137,6 @@ _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec) if (PyFloat_Check(obj)) { double d, intpart, err; - /*whent = _PyTime_DoubleToTimet(d);*/ - d = PyFloat_AsDouble(obj); (void)modf(d, &intpart);