From: Robert Griesemer Date: Thu, 11 Feb 2021 01:48:27 +0000 (-0800) Subject: [dev.typeparams] cmd/compile/internal/types: review of sizes.go X-Git-Tag: go1.17beta1~1473^2~24 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1758780181;p=gostls13.git [dev.typeparams] cmd/compile/internal/types: review of sizes.go The changes between (equivalent, and reviewed) go/types/sizes.go and sizes.go can be seen by comparing patchset 1 and 2. The actual change is just removing the "// UNREVIEWED" marker. Change-Id: Iacdcffe56023ec53bfaaac8fb112f813a7de0a95 Reviewed-on: https://go-review.googlesource.com/c/go/+/291176 Reviewed-by: Robert Findley Trust: Robert Griesemer --- diff --git a/src/cmd/compile/internal/types2/sizes.go b/src/cmd/compile/internal/types2/sizes.go index cae71c139c..9945dcd10c 100644 --- a/src/cmd/compile/internal/types2/sizes.go +++ b/src/cmd/compile/internal/types2/sizes.go @@ -1,4 +1,3 @@ -// UNREVIEWED // Copyright 2013 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.