diff options
Diffstat (limited to 'src/libthread/thread.c')
-rw-r--r-- | src/libthread/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libthread/thread.c b/src/libthread/thread.c index 9a42b9e8..4d02bcb8 100644 --- 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); } |