commit | 3a31dd407a966ff5265cab0f52b3bc9fa044f1aa | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@wyplay.com> | Tue Mar 13 13:50:34 2012 +0100 |
committer | Victor Stinner <vstinner@wyplay.com> | Tue Mar 13 13:50:34 2012 +0100 |
tree | 050f4337031253ba6b41d5c57f20d5a11aa119e7 | |
parent | 5d272cc6a28f3600a6c5ab3ea0ceea94f2285f35 [diff] |
Issue #14180: Remove commented code
diff --git a/Python/pytime.c b/Python/pytime.c index 79a1a33..75d80e2 100644 --- a/Python/pytime.c +++ b/Python/pytime.c
@@ -137,8 +137,6 @@ if (PyFloat_Check(obj)) { double d, intpart, err; - /*whent = _PyTime_DoubleToTimet(d);*/ - d = PyFloat_AsDouble(obj); (void)modf(d, &intpart);