From 9ea7f9d82f3b929853016ccd12dfd5c044e95d07 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Thu, 30 Apr 2009 08:00:40 -0700 Subject: libthread: remove unimplemented chaninit --- include/thread.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/thread.h') diff --git a/include/thread.h b/include/thread.h index 739fe0fe..43c35bf3 100644 --- a/include/thread.h +++ b/include/thread.h @@ -107,7 +107,6 @@ struct Channel int chanalt(Alt *alts); Channel* chancreate(int elemsize, int elemcnt); void chanfree(Channel *c); -int chaninit(Channel *c, int elemsize, int elemcnt); int channbrecv(Channel *c, void *v); void* channbrecvp(Channel *c); ulong channbrecvul(Channel *c); -- cgit v1.2.3