]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types: review of sizes.go
authorRobert Griesemer <gri@golang.org>
Thu, 11 Feb 2021 01:48:27 +0000 (17:48 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 12 Feb 2021 22:19:01 +0000 (22:19 +0000)
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 <rfindley@google.com>
Trust: Robert Griesemer <gri@golang.org>

src/cmd/compile/internal/types2/sizes.go

index cae71c139c23cff93f1f693a8a5cf9fd740fc676..9945dcd10c326041bba77c298e4b265238ef3561 100644 (file)
@@ -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.