diff --git a/src/cmd/compile/internal/types2/api.go b/src/cmd/compile/internal/types2/api.go index acb196a336..19adaba578 100644 --- a/src/cmd/compile/internal/types2/api.go +++ b/src/cmd/compile/internal/types2/api.go @@ -1,4 +1,3 @@ -// UNREVIEWED // Copyright 2012 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. @@ -23,8 +22,6 @@ // and checks for compliance with the language specification. // Use Info.Types[expr].Type for the results of type inference. // -// For a tutorial, see https://golang.org/s/types-tutorial. -// package types2 import (