Remove unused code

This commit is contained in:
Kovid Goyal 2018-06-30 12:01:56 +05:30
parent 568a4c9b5d
commit 9277b80fad
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -48,7 +48,6 @@ read_response(int fd, double timeout, PyObject *ans) {
if (errno == EINTR || errno == EAGAIN) continue;
PyErr_SetFromErrno(PyExc_OSError);
return false;
continue;
}
end_time = monotonic() + timeout;
switch(state) {