| commit | dcfa5aba0dc931b9d4b67d4d7acad89fc193ede1 | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Mon Dec 27 01:22:33 2004 +0000 |
| committer | rsc <devnull@localhost> | Mon Dec 27 01:22:33 2004 +0000 |
| tree | 25d1582edbf94f030e584115e75c3f67b4392788 | |
| parent | 6d7fdb243ca2611e31648d57c8b3ac4101407cfa [diff] |
remove debugging
diff --git a/src/libthread/thread.c b/src/libthread/thread.c index 9a42b9e..4d02bcb 100644 --- a/src/libthread/thread.c +++ b/src/libthread/thread.c
@@ -225,7 +225,6 @@ unlock(&p->lock); free(p); setproc(0); - print("e %p (tid %d)\n", p, gettid()); pthread_exit(nil); }