runtime/trace: remove unused runtime_readTrace declaration

runtime_readTrace is not used anywhere. And the linknamed target
does not exist in the runtime package. Remove.

Change-Id: I108d556facfefe6c7a59c37c039b3f2f8bcdb5b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/780921
LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
This commit is contained in:
Cherry Mui 2026-05-20 22:23:26 -04:00
parent e2c188568d
commit 04ed01963e

View file

@ -199,6 +199,3 @@ func (t *traceMultiplexer) startLocked() error {
t.enabled.Store(true)
return nil
}
//go:linkname runtime_readTrace
func runtime_readTrace() (buf []byte)