Issue #14180: Remove commented code
This commit is contained in:
parent
5d272cc6a2
commit
3a31dd407a
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue