tremove debugging - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit dcfa5aba0dc931b9d4b67d4d7acad89fc193ede1
DIR parent 6d7fdb243ca2611e31648d57c8b3ac4101407cfa
HTML 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(-)
---
DIR diff --git a/src/libthread/thread.c b/src/libthread/thread.c
t@@ -225,7 +225,6 @@ Out:
unlock(&p->lock);
free(p);
setproc(0);
- print("e %p (tid %d)\n", p, gettid());
pthread_exit(nil);
}