MT#55283 remove useless code

Change-Id: I45ebdb7d667610eaca74c1fe446ce49e88be9847
pull/2033/head
Richard Fuchs 2 months ago
parent 750c00618f
commit c1522c2cdc

@ -198,8 +198,6 @@ static int poller_poll(struct poller *p, int timeout, struct epoll_event *evs, i
if (errno == EINTR)
ret = 0;
if (ret == 0)
ret = 0;
if (ret <= 0)
goto out;

Loading…
Cancel
Save