]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused skip arg from fpTracebackPCs
authorFelix Geisendörfer <felix.geisendoerfer@datadoghq.com>
Wed, 26 Apr 2023 07:36:53 +0000 (09:36 +0200)
committerMichael Pratt <mpratt@google.com>
Fri, 12 May 2023 13:51:15 +0000 (13:51 +0000)
commitc3db9af3a68f1a12d97d5cebaa434cd6e10dd11f
tree44fb692deba85ac478e274d1f1e34bac1e1defc9
parent6d2309b576bf4aa769a428f133ba2c8c524ff410
runtime: remove unused skip arg from fpTracebackPCs

This was accidentally left behind when moving the logic to set the skip
sentinel in pcBuf to the caller.

Change-Id: Id7565f6ea4df6b32cf18b99c700bca322998d182
Reviewed-on: https://go-review.googlesource.com/c/go/+/489095
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Felix Geisendörfer <felix.geisendoerfer@datadoghq.com>
src/runtime/callers_test.go
src/runtime/export_test.go
src/runtime/trace.go