]> Cypherpunks repositories - gostls13.git/commit
runtime: delete dead code in the tracer
authorMichael Anthony Knyszek <mknyszek@google.com>
Tue, 23 Apr 2024 19:17:46 +0000 (19:17 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 6 May 2024 20:59:12 +0000 (20:59 +0000)
commitbe29a02161eae9aa7519496e3d058b3214f91508
tree9b7ef7a9839c231ff40bd2f23200bf1055f9c2af
parent5a181c504263b6cc2879d0a4fa19b2c993c59704
runtime: delete dead code in the tracer

This code was just missed during the cleanup. There's maybe some merit
to keeping OneNewExtraM, but it would still be fairly optimistic. It's
trivial to bring back, so delete it for now.

Change-Id: I2d033c6daae787e0e8d6b92524f3e59610e2599f
Reviewed-on: https://go-review.googlesource.com/c/go/+/583375
Reviewed-by: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/proc.go
src/runtime/traceruntime.go