diff options
| author | Keith Randall <khr@golang.org> | 2014-08-24 12:31:03 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2014-08-24 12:31:03 +0400 |
| commit | 9a1e142bbc3209f8899a729ec857a1c8838bf9f4 (patch) | |
| tree | d490b16e05e6d80d05d295d4379f944fbf7317a9 /src/pkg/runtime/proc.c | |
| parent | 7f223e3b3ba732c287db5a57b5091784baa9b86f (diff) | |
| download | go-9a1e142bbc3209f8899a729ec857a1c8838bf9f4.tar.xz | |
runtime: convert channel operations to Go, part 1 (chansend1).
LGTM=dvyukov
R=dvyukov, khr
CC=golang-codereviews
https://golang.org/cl/127460044
Diffstat (limited to 'src/pkg/runtime/proc.c')
| -rw-r--r-- | src/pkg/runtime/proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/proc.c b/src/pkg/runtime/proc.c index 6767622846..722f44bb1b 100644 --- a/src/pkg/runtime/proc.c +++ b/src/pkg/runtime/proc.c @@ -158,7 +158,6 @@ runtime·schedinit(void) runtime·symtabinit(); runtime·stackinit(); runtime·mallocinit(); - runtime·chaninit(); mcommoninit(g->m); // Initialize the itable value for newErrorCString, |
