From: Bill Morgan Date: Mon, 20 Jan 2025 04:11:23 +0000 (+0000) Subject: runtime: delete out of date comment X-Git-Tag: go1.24rc3~2^2~29 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3f4164f508;p=gostls13.git runtime: delete out of date comment Fixes #71328 Change-Id: I5827255bf1f53b8fc4a84fa1accb4089f73d5e8a GitHub-Last-Rev: 26f4eab182130c709be269491049fade3327ddd3 GitHub-Pull-Request: golang/go#71337 Reviewed-on: https://go-review.googlesource.com/c/go/+/643456 Reviewed-by: Jorropo Reviewed-by: Keith Randall Auto-Submit: Jorropo LUCI-TryBot-Result: Go LUCI Auto-Submit: Keith Randall Reviewed-by: Dmitri Shuralyov Reviewed-by: Keith Randall --- diff --git a/src/runtime/panic.go b/src/runtime/panic.go index dc7a7fe357..3ffb3966d0 100644 --- a/src/runtime/panic.go +++ b/src/runtime/panic.go @@ -1068,9 +1068,6 @@ func internal_sync_fatal(s string) { // throw should be used for runtime-internal fatal errors where Go itself, // rather than user code, may be at fault for the failure. // -// NOTE: temporarily marked "go:noinline" pending investigation/fix of -// issue #67274, so as to fix longtest builders. -// // throw should be an internal detail, // but widely used packages access it using linkname. // Notable members of the hall of shame include: