aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime')
-rw-r--r--src/pkg/runtime/runtime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pkg/runtime/runtime.c b/src/pkg/runtime/runtime.c
index e85bc9daa8..1a3653f108 100644
--- a/src/pkg/runtime/runtime.c
+++ b/src/pkg/runtime/runtime.c
@@ -64,8 +64,6 @@ runtime·dopanic(int32 unused)
runtime·lock(&deadlock);
}
- runtime·panicking = 1; // so we don't dump another stack trace for breakpoint trap
- runtime·breakpoint(); // so we can grab it in a debugger
runtime·exit(2);
}