commit dcfa5aba0dc931b9d4b67d4d7acad89fc193ede1 parent 6d7fdb243ca2611e31648d57c8b3ac4101407cfa Author: rsc <devnull@localhost> Date: Mon, 27 Dec 2004 01:22:33 +0000 remove debugging Diffstat:
M | src/libthread/thread.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/libthread/thread.c b/src/libthread/thread.c @@ -225,7 +225,6 @@ Out: unlock(&p->lock); free(p); setproc(0); - print("e %p (tid %d)\n", p, gettid()); pthread_exit(nil); }