aboutsummaryrefslogtreecommitdiffstats
path: root/slirp
diff options
context:
space:
mode:
Diffstat (limited to 'slirp')
-rw-r--r--slirp/socket.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/slirp/socket.c b/slirp/socket.c
index cf6e6a957..8a257acc8 100644
--- a/slirp/socket.c
+++ b/slirp/socket.c
@@ -90,8 +90,6 @@ size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np)
DEBUG_CALL("sopreprbuf");
DEBUG_ARG("so = %lx", (long )so);
- len = sb->sb_datalen - sb->sb_cc;
-
if (len <= 0)
return 0;
@@ -363,8 +361,6 @@ sowrite(struct socket *so)
* sowrite wouldn't have been called otherwise
*/
- len = sb->sb_cc;
-
iov[0].iov_base = sb->sb_rptr;
iov[1].iov_base = NULL;
iov[1].iov_len = 0;