mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Remove unused code
This commit is contained in:
@@ -48,7 +48,6 @@ read_response(int fd, double timeout, PyObject *ans) {
|
|||||||
if (errno == EINTR || errno == EAGAIN) continue;
|
if (errno == EINTR || errno == EAGAIN) continue;
|
||||||
PyErr_SetFromErrno(PyExc_OSError);
|
PyErr_SetFromErrno(PyExc_OSError);
|
||||||
return false;
|
return false;
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
end_time = monotonic() + timeout;
|
end_time = monotonic() + timeout;
|
||||||
switch(state) {
|
switch(state) {
|
||||||
|
|||||||
Reference in New Issue
Block a user