]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: remove useless nil checking during init of itab
authorEzzno J <ezzno@ezzno.site>
Tue, 14 Nov 2023 02:52:31 +0000 (02:52 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 14 Nov 2023 17:15:12 +0000 (17:15 +0000)
commite7d582b55dda36e76ce4d0ce770139ca0915b7c5
treed6e2cc3aa542b13e5e3e4dfd73d707d5141e11d3
parente21dc702d54e85381a97259db7deec710108279b
runtime: remove useless nil checking during init of itab

Change-Id: I8ef12221e18e163b695d88f4bb8c309763341ec3
GitHub-Last-Rev: d3d4d4cb79418ccbb027a08892a95368888acbbf
GitHub-Pull-Request: golang/go#64107
Reviewed-on: https://go-review.googlesource.com/c/go/+/542116
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/runtime/iface.go