remove debugging

This commit is contained in:
rsc 2004-12-27 01:22:33 +00:00
parent 6d7fdb243c
commit dcfa5aba0d

View file

@ -225,7 +225,6 @@ Out:
unlock(&p->lock);
free(p);
setproc(0);
print("e %p (tid %d)\n", p, gettid());
pthread_exit(nil);
}