* gdbserver/low-lynx.c (mywait): Remove debugging printf.

This commit is contained in:
Jim Kingdon
1994-12-09 12:46:42 +00:00
parent 277187d793
commit 2eafd7ae71
2 changed files with 4 additions and 2 deletions

View File

@@ -121,8 +121,6 @@ mywait (status)
thread_from_wait = w.w_tid;
inferior_pid = BUILDPID (inferior_pid, w.w_tid);
printf ("mywait: pid=0x%x, thread=0x%x, inferior_pid=0x%x\n",
pid, w.w_tid, inferior_pid);
if (WIFSTOPPED(w)
&& WSTOPSIG(w) == SIGTRAP)