diff options
| author | Russ Cox <rsc@golang.org> | 2010-12-14 11:52:42 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-12-14 11:52:42 -0500 |
| commit | d110ae8dd0e9fbbd1af320d60818b9e650a71e19 (patch) | |
| tree | c0cc1db30e75ec7b061b83a288bac15b5f4228da /src/pkg/runtime/proc.c | |
| parent | 43f459ce51c5e43b7b358a6d976e940c4be9d4fa (diff) | |
| download | go-d110ae8dd0e9fbbd1af320d60818b9e650a71e19.tar.xz | |
runtime: write only to standard error
Will mail a warning to golang-nuts once this is submitted.
R=r, niemeyer
CC=golang-dev
https://golang.org/cl/3573043
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 3d5ee24c49..d30d5985ec 100644 --- a/src/pkg/runtime/proc.c +++ b/src/pkg/runtime/proc.c @@ -1028,7 +1028,6 @@ runtime·panic(Eface e) } // ran out of deferred calls - old-school panic now - runtime·fd = 2; printpanics(g->panic); runtime·dopanic(0); } |
