]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.typeparams] cmd/compile/internal/types: review of objset.go
authorRobert Griesemer <gri@golang.org>
Tue, 27 Oct 2020 18:46:54 +0000 (11:46 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 27 Oct 2020 23:30:38 +0000 (23:30 +0000)
Except for the package name, this file is unchanged from the go/types version.

f=objset.go; diff $f ../../../../go/types/$f
11c11
< package types2
---
> package types

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

index ef06315705abb2618fdb065cdd899a7234913db3..88ff0af9cab8c06fa44b7c41e1c02c9b0f2d6d14 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.