]> Cypherpunks repositories - gostls13.git/commit
runtime: update _defer comment to not mention freedefer
authorIan Lance Taylor <iant@golang.org>
Wed, 2 Feb 2022 03:32:08 +0000 (19:32 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 2 Feb 2022 21:12:39 +0000 (21:12 +0000)
commit53d6a725f85b9b688a02bbf40cd8961c78bf0b91
tree03c89b89f3dbb639fa540d4cf30ae4eeaea8b6cc
parent77eff30ec0bc63df61ea742bb8278f92e2c133dc
runtime: update _defer comment to not mention freedefer

CL 339669 changed freedefer to not mention every field of _defer,
so no need to call it out in the _defer comment.

Change-Id: Id8b67ba2298685f609bf901b5948fd30666bd6e3
Reviewed-on: https://go-review.googlesource.com/c/go/+/382251
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/runtime2.go