Skip to content

Commit 7c5dd4e

Browse files
[release-branch.go1.21] fix
Change-Id: I287cb3a6c80f05237fbea1fb81c69c1c584abad3
1 parent 206a65c commit 7c5dd4e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/runtime/pinner.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ type Pinner struct {
2626
// accessed from C code.
2727
//
2828
// The argument must be a pointer of any type or an unsafe.Pointer.
29-
// It must be a go pointer and cannot point to memory allocated by arena.
3029
func (p *Pinner) Pin(pointer any) {
3130
if p.pinner == nil {
3231
// Check the pinner cache first.

0 commit comments

Comments
 (0)