Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Oct 29, 2012
1 parent 2676bbe commit 39da18f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deps/wslay/lib/wslay_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -860,8 +860,6 @@ int wslay_event_send(wslay_event_context_ptr ctx)
ctx->obuflimit = ctx->obuf+r;
if(eof) {
ctx->omsg->fin = 1;
} else if(r == 0) {
break;
}
ctx->opayloadlen = r;
ctx->opayloadoff = 0;
Expand Down

0 comments on commit 39da18f

Please sign in to comment.