aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2021-06-01 23:05:25 -0700
committerRobert Griesemer <gri@golang.org>2021-06-02 20:33:12 +0000
commitcc52fdd1f3ec9ee24c0a0d6223ac934672c9569c (patch)
treec963285f0bf3174fab2354ac045814bf94330f30
parent8c5c5a9e6983c00d63f3216976f102d79065a180 (diff)
downloadgo-cc52fdd1f3ec9ee24c0a0d6223ac934672c9569c.tar.gz
go-cc52fdd1f3ec9ee24c0a0d6223ac934672c9569c.zip
[dev.typeparams] cmd/compile/internal/importer: review of exportdata.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/exportdata.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: I276d898ef238afa37ec6b9605496407df36cf7d0 Reviewed-on: https://go-review.googlesource.com/c/go/+/324133 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
-rw-r--r--src/cmd/compile/internal/importer/exportdata.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/importer/exportdata.go b/src/cmd/compile/internal/importer/exportdata.go
index 3925a64314..6a672be9c1 100644
--- a/src/cmd/compile/internal/importer/exportdata.go
+++ b/src/cmd/compile/internal/importer/exportdata.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.