Issue #14180: Remove commented code

This commit is contained in:
Victor Stinner 2012-03-13 13:50:34 +01:00
parent 5d272cc6a2
commit 3a31dd407a
1 changed files with 0 additions and 2 deletions

View File

@ -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);