]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types: review of labels.go
authorRobert Griesemer <gri@golang.org>
Thu, 11 Feb 2021 01:28:44 +0000 (17:28 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 12 Feb 2021 22:17:13 +0000 (22:17 +0000)
The changes between (equivalent, and reviewed) go/types/labels.go
and labels.go can be seen by comparing patchset 1 and 2. The actual
change is just removing the "// UNREVIEWED" marker.

Change-Id: I8f1a9927beadff7ac851681739902c13300b6c39
Reviewed-on: https://go-review.googlesource.com/c/go/+/291172
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/labels.go

index ca5fe6b3898b1332ce78a168b028c8a24bb67dc4..b20b454dea2561ab514ee3abb2ee5ea1dc9dc0ec 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.