Remove unused code
This commit is contained in:
parent
568a4c9b5d
commit
9277b80fad
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user