removed warning


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1071 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/slirp/tcp_subr.c b/slirp/tcp_subr.c
index b6fbbfa..fd3f21a 100644
--- a/slirp/tcp_subr.c
+++ b/slirp/tcp_subr.c
@@ -1253,7 +1253,7 @@
 	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);