diff options
Diffstat (limited to 'include/thread.h')
-rw-r--r-- | include/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |