Skip to content

Commit

Permalink
bsock: Remove ununsed variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Oct 25, 2015
1 parent 883496a commit 6f4066f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/bsock_tcp.c
Expand Up @@ -388,7 +388,6 @@ bool BSOCK_TCP::send_packet(int32_t *hdr, int32_t pktsiz)
*/
bool BSOCK_TCP::send()
{
int32_t rc;
int32_t pktsiz;
int32_t *hdr;
int32_t written = 0;
Expand Down

0 comments on commit 6f4066f

Please sign in to comment.