From 26f4eab182130c709be269491049fade3327ddd3 Mon Sep 17 00:00:00 2001 From: Bill Morgan Date: Sun, 19 Jan 2025 19:55:52 -0600 Subject: [PATCH] runtime: delete out of date comment Fixes #71328 --- src/runtime/panic.go | 3 --- 1 file changed, 3 deletions(-) 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: