mirror of https://github.com/xemu-project/xemu.git
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1071 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
eb45f5fec4
commit
99679ececc
|
@ -1253,7 +1253,7 @@ tcp_ctl(so)
|
||||||
int command;
|
int command;
|
||||||
struct ex_list *ex_ptr;
|
struct ex_list *ex_ptr;
|
||||||
int do_pty;
|
int do_pty;
|
||||||
struct socket *tmpso;
|
// struct socket *tmpso;
|
||||||
|
|
||||||
DEBUG_CALL("tcp_ctl");
|
DEBUG_CALL("tcp_ctl");
|
||||||
DEBUG_ARG("so = %lx", (long )so);
|
DEBUG_ARG("so = %lx", (long )so);
|
||||||
|
|
Loading…
Reference in New Issue