diff options
author | Sverker Eriksson <[email protected]> | 2017-02-17 17:54:03 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-02-20 20:07:16 +0100 |
commit | d8d8301a252579a000b24bab87d26549da0e813a (patch) | |
tree | b5975d0b97b8acb61b2953fde78eaa81adefddfc /erts/emulator/sys/common | |
parent | d7abb5e2efc5dfd0f100b9a8978bc9e87e15cd2d (diff) | |
download | otp-d8d8301a252579a000b24bab87d26549da0e813a.tar.gz otp-d8d8301a252579a000b24bab87d26549da0e813a.tar.bz2 otp-d8d8301a252579a000b24bab87d26549da0e813a.zip |
Remove faulty debug ASSERT
Why did I add that?
Diffstat (limited to 'erts/emulator/sys/common')
-rw-r--r-- | erts/emulator/sys/common/erl_poll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/sys/common/erl_poll.c b/erts/emulator/sys/common/erl_poll.c index 3cb0eb31f5..5e7ae8953a 100644 --- a/erts/emulator/sys/common/erl_poll.c +++ b/erts/emulator/sys/common/erl_poll.c @@ -3029,7 +3029,6 @@ ERTS_POLL_EXPORT(erts_poll_get_selected_events)(ErtsPollSet ps, ev[fd] = 0; else { ev[fd] = ps->fds_status[fd].events; - ASSERT(ps->fds_status[fd].used_events == ev[fd]); if ( #if ERTS_POLL_USE_WAKEUP_PIPE fd == ps->wake_fds[0] || fd == ps->wake_fds[1] || |