aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-27 01:22:33 +0000
committerrsc <devnull@localhost>2004-12-27 01:22:33 +0000
commitdcfa5aba0dc931b9d4b67d4d7acad89fc193ede1 (patch)
tree25d1582edbf94f030e584115e75c3f67b4392788
parent6d7fdb243ca2611e31648d57c8b3ac4101407cfa (diff)
downloadplan9port-dcfa5aba0dc931b9d4b67d4d7acad89fc193ede1.tar.gz
plan9port-dcfa5aba0dc931b9d4b67d4d7acad89fc193ede1.tar.bz2
plan9port-dcfa5aba0dc931b9d4b67d4d7acad89fc193ede1.zip
remove debugging
-rw-r--r--src/libthread/thread.c1
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);
}