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

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

index f3dd53af1f0a7f59be337beadeb7e8eb87c79f18..dc79902777d086c8893a00931f8ee54686b909c8 100644 (file)
@@ -1,4 +1,3 @@
-// UNREVIEWED
 // Copyright 2011 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.