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

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

index b42662222f6780f0f23e253ae58bb242ae2c1971..956646499a278674416ceb9742407a6fdc7f488b 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.