X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcmd%2Fcompile%2Finternal%2Ftypes2%2Fapi.go;h=ca42c394336e94df7a61044a7af1e0da927d179c;hb=30de0b5ef4dda725f29fbdb88e1429a6dd3ae8cd;hp=2093ceb817a01bd0532ed2be61c14353501ea9b0;hpb=42bd21be1cf54876ce24c489852721049ef293e2;p=gostls13.git diff --git a/src/cmd/compile/internal/types2/api.go b/src/cmd/compile/internal/types2/api.go index 2093ceb817..ca42c39433 100644 --- a/src/cmd/compile/internal/types2/api.go +++ b/src/cmd/compile/internal/types2/api.go @@ -170,11 +170,6 @@ type Config struct { // for unused imports. DisableUnusedImportCheck bool - // If EnableAlias is set, alias declarations produce an _Alias type. - // Otherwise the alias information is only in the type name, which - // points directly to the actual (aliased) type. - _EnableAlias bool - // If a non-empty ErrorURL format string is provided, it is used // to format an error URL link that is appended to the first line // of an error message. ErrorURL must be a format string containing