Commit 99679ececcc633be817cfc4d0bef5c2799ea2ad4
1 parent
eb45f5fe
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1071 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
slirp/tcp_subr.c
@@ -1253,7 +1253,7 @@ tcp_ctl(so) | @@ -1253,7 +1253,7 @@ tcp_ctl(so) | ||
1253 | int command; | 1253 | int command; |
1254 | struct ex_list *ex_ptr; | 1254 | struct ex_list *ex_ptr; |
1255 | int do_pty; | 1255 | int do_pty; |
1256 | - struct socket *tmpso; | 1256 | + // struct socket *tmpso; |
1257 | 1257 | ||
1258 | DEBUG_CALL("tcp_ctl"); | 1258 | DEBUG_CALL("tcp_ctl"); |
1259 | DEBUG_ARG("so = %lx", (long )so); | 1259 | DEBUG_ARG("so = %lx", (long )so); |