aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-02-17 17:54:03 +0100
committerSverker Eriksson <[email protected]>2017-02-20 20:07:16 +0100
commitd8d8301a252579a000b24bab87d26549da0e813a (patch)
treeb5975d0b97b8acb61b2953fde78eaa81adefddfc /erts
parentd7abb5e2efc5dfd0f100b9a8978bc9e87e15cd2d (diff)
downloadotp-d8d8301a252579a000b24bab87d26549da0e813a.tar.gz
otp-d8d8301a252579a000b24bab87d26549da0e813a.tar.bz2
otp-d8d8301a252579a000b24bab87d26549da0e813a.zip
Remove faulty debug ASSERT
Why did I add that?
Diffstat (limited to 'erts')
-rw-r--r--erts/emulator/sys/common/erl_poll.c1
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] ||