]> Cypherpunks repositories - gostls13.git/commit
reflect: remove unused overflowPad variable
authorPhil Kulin <schors@gmail.com>
Wed, 20 Apr 2022 14:13:29 +0000 (14:13 +0000)
committerIan Lance Taylor <iant@google.com>
Wed, 20 Apr 2022 22:49:26 +0000 (22:49 +0000)
commit6de00888e4720b7fa23ef2ce294bc3e81b866b0f
treea6334d68cd33649e8f3b78e68cec3c4b4d9e3ed4
parent8b364451e2e2f2f816ed877a4639d9342279f299
reflect: remove unused overflowPad variable

overflowPad variable in bucketOf function is a holdover from a NaCl port
and never used now.

Change-Id: Ib68fdb054e1b6a655ffbfd34521a3f8773a22694
GitHub-Last-Rev: f281be9c115a87605fd28b39c0b09eed54cc774a
GitHub-Pull-Request: golang/go#52449
Reviewed-on: https://go-review.googlesource.com/c/go/+/401274
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/reflect/type.go