Remove unused code
This commit is contained in:
parent
568a4c9b5d
commit
9277b80fad
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue