Skip to content

Commit

Permalink
Removed superflous event code
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Feuer committed Dec 24, 2018
1 parent dba96d0 commit d8fc0b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rmc_proto_test_pub.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ static int process_events(rmc_pub_context_t* ctx, int epollfd, usec_timestamp_t

RMC_LOG_INDEX_DEBUG(c_ind,
"%s:%s", _op_res_string(op_res), strerror(res));
if (res == EAGAIN)
continue;

// If this was a connection call processed, we can continue.
if (op_res == RMC_READ_ACCEPT)
continue;
}

if (events[nfds].events & EPOLLOUT) {
Expand Down

0 comments on commit d8fc0b9

Please sign in to comment.