removed warning
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 18 Sep 2004 19:33:56 +0000 (19:33 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 18 Sep 2004 19:33:56 +0000 (19:33 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1071 c046a42c-6fe2-441c-8c8c-71466251a162

slirp/tcp_subr.c

index b6fbbfa..fd3f21a 100644 (file)
@@ -1253,7 +1253,7 @@ tcp_ctl(so)
        int command;
        struct ex_list *ex_ptr;
        int do_pty;
-       struct socket *tmpso;
+        //     struct socket *tmpso;
        
        DEBUG_CALL("tcp_ctl");
        DEBUG_ARG("so = %lx", (long )so);