mirror of
https://github.com/golang/go.git
synced 2026-06-27 03:11:23 +00:00
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:
parent
e2c188568d
commit
04ed01963e
1 changed files with 0 additions and 3 deletions
|
|
@ -199,6 +199,3 @@ func (t *traceMultiplexer) startLocked() error {
|
|||
t.enabled.Store(true)
|
||||
return nil
|
||||
}
|
||||
|
||||
//go:linkname runtime_readTrace
|
||||
func runtime_readTrace() (buf []byte)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue