Skip to content

Commit d6a90a5

Browse files
committed
undo messing inside libevent
We can't make changes to external packages that we happen to embed in Open MPI. If changes need to be made to the external package, they should be made in that package itself. Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
1 parent 837e670 commit d6a90a5

File tree

1 file changed

+0
-3
lines changed
  • opal/mca/event/libevent2022/libevent

1 file changed

+0
-3
lines changed

opal/mca/event/libevent2022/libevent/poll.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ poll_dispatch(struct event_base *base, struct timeval *tv)
162162

163163
EVBASE_RELEASE_LOCK(base, th_base_lock);
164164

165-
if (msec > 0) {
166-
msec = 0;
167-
}
168165
res = poll(event_set, nfds, msec);
169166

170167
EVBASE_ACQUIRE_LOCK(base, th_base_lock);

0 commit comments

Comments
 (0)