aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/importer
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2021-06-01 23:01:41 -0700
committerRobert Griesemer <gri@golang.org>2021-06-02 22:13:34 +0000
commitc7b98115815a04d9efa664c163d39f5fea38b32c (patch)
tree4a7778f11a52b4c63a930b7ad30cf522909dbfec /src/cmd/compile/internal/importer
parent498a48327fae3b57e2696322f1ce2b681ccca668 (diff)
downloadgo-c7b98115815a04d9efa664c163d39f5fea38b32c.tar.gz
go-c7b98115815a04d9efa664c163d39f5fea38b32c.zip
[dev.typeparams] cmd/compile/internal/importer: review of gcimporter.go
This CL removes the // UNREVIEWED disclaimer at the top of the file. This file is essentially a copy of its reviewed version at src/go/internal/gcimporter/gcimporter.go with adjustments to make it work for the compiler and types2. To see the changes made with respect to the original, compare patchset 1 against patchset 2. Change-Id: I0fd635730fb6bdee8cef1b89154f4049a6581751 Reviewed-on: https://go-review.googlesource.com/c/go/+/324132 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
Diffstat (limited to 'src/cmd/compile/internal/importer')
-rw-r--r--src/cmd/compile/internal/importer/gcimporter.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/importer/gcimporter.go b/src/cmd/compile/internal/importer/gcimporter.go
index feb18cf2c9..6c5458fad1 100644
--- a/src/cmd/compile/internal/importer/gcimporter.go
+++ b/src/cmd/compile/internal/importer/gcimporter.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.