aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/universe.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2021-02-10 17:54:01 -0800
committerRobert Griesemer <gri@golang.org>2021-02-12 22:19:39 +0000
commit0abd7b768b31c0074a10b944067f71f412773328 (patch)
tree217ef36b9734add7b363a2f42323ffe7e452b615 /src/cmd/compile/internal/types2/universe.go
parent1b6f0bf1b29303e029d653f4b056326867f73366 (diff)
downloadgo-0abd7b768b31c0074a10b944067f71f412773328.tar.gz
go-0abd7b768b31c0074a10b944067f71f412773328.zip
[dev.typeparams] cmd/compile/internal/types: review of universe.go
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>
Diffstat (limited to 'src/cmd/compile/internal/types2/universe.go')
-rw-r--r--src/cmd/compile/internal/types2/universe.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/types2/universe.go b/src/cmd/compile/internal/types2/universe.go
index f3dd53af1f..dc79902777 100644
--- a/src/cmd/compile/internal/types2/universe.go
+++ b/src/cmd/compile/internal/types2/universe.go
@@ -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.