diff options
Diffstat (limited to 'lib/qpnexus.c')
-rw-r--r-- | lib/qpnexus.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/qpnexus.c b/lib/qpnexus.c index 861f7eee..fc4d6b9d 100644 --- a/lib/qpnexus.c +++ b/lib/qpnexus.c @@ -100,10 +100,6 @@ qpn_start(void* arg) /* block for some input, output or timeout */ actions = qps_pselect( qpn->selection, qtimer_pile_top_time(qpn->pile, now + QTIME(MAX_PSELECT_TIMOUT)) ); - if (actions < 0) - { - zabort_errno("qps_pselect failed"); - } /* process I/O actions */ while (actions) |