Skip to content

Commit

Permalink
worker: Remove unreachable statement.
Browse files Browse the repository at this point in the history
Nothing ever breaks out of the loop, so this statement couldn't be reached.

Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Kyle Mestery <[email protected]>
  • Loading branch information
blp committed Jan 11, 2013
1 parent f3b1ab6 commit c1988c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,6 @@ rxbuf_run(struct rxbuf *rx, int sock, size_t header_len)
}
}
}

return EAGAIN;
}

static struct iovec *
Expand Down

0 comments on commit c1988c0

Please sign in to comment.