aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/proc.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-12-14 11:52:42 -0500
committerRuss Cox <rsc@golang.org>2010-12-14 11:52:42 -0500
commitd110ae8dd0e9fbbd1af320d60818b9e650a71e19 (patch)
treec0cc1db30e75ec7b061b83a288bac15b5f4228da /src/pkg/runtime/proc.c
parent43f459ce51c5e43b7b358a6d976e940c4be9d4fa (diff)
downloadgo-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.c1
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);
}