]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: delete out of date comment
authorBill Morgan <arthurwilliammorgan@gmail.com>
Mon, 20 Jan 2025 04:11:23 +0000 (04:11 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 20 Jan 2025 17:25:11 +0000 (09:25 -0800)
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 <jorropo.pgm@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/runtime/panic.go

index dc7a7fe357e091390fd2964672a7fdf5abe648d6..3ffb3966d026c8d43220c0fb45ff92e355f485b4 100644 (file)
@@ -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: