diff options
Diffstat (limited to 'src/runtime/panic.go')
| -rw-r--r-- | src/runtime/panic.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/panic.go b/src/runtime/panic.go index 6d6b05b201..64fa272385 100644 --- a/src/runtime/panic.go +++ b/src/runtime/panic.go @@ -1247,9 +1247,6 @@ func startpanic_m() bool { if debug.schedtrace > 0 || debug.scheddetail > 0 { schedtrace(true) } - if debug.dontfreezetheworld > 0 { - return true - } freezetheworld() return true case 1: |
