tcp_send_buffered.c: Remove dead code
This commit is contained in:
parent
f9997bdfb3
commit
ef9adcf399
@ -1287,11 +1287,6 @@ ssize_t psock_tcp_send(FAR struct socket *psock, FAR const void *buf,
|
||||
goto errout;
|
||||
}
|
||||
|
||||
if (ret < 0)
|
||||
{
|
||||
goto errout;
|
||||
}
|
||||
|
||||
/* Return the number of bytes actually sent */
|
||||
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user