Browse Source

MT#55283 remove useless code

Change-Id: I45ebdb7d667610eaca74c1fe446ce49e88be9847
pull/1993/merge
Richard Fuchs 2 weeks ago
parent
commit
c1522c2cdc
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      lib/poller.c

+ 0
- 2
lib/poller.c View File

@ -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