Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a31dd4

Browse files
committed
Issue #14180: Remove commented code
1 parent 5d272cc commit 3a31dd4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/pytime.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ _PyTime_ObjectToTime_t(PyObject *obj, time_t *sec)
137137
if (PyFloat_Check(obj)) {
138138
double d, intpart, err;
139139

140-
/*whent = _PyTime_DoubleToTimet(d);*/
141-
142140
d = PyFloat_AsDouble(obj);
143141
(void)modf(d, &intpart);
144142

0 commit comments

Comments
 (0)