]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/compile/internal/types2/api.go
go/types, types2: implement Alias proposal (export API)
[gostls13.git] / src / cmd / compile / internal / types2 / api.go
index 2093ceb817a01bd0532ed2be61c14353501ea9b0..ca42c394336e94df7a61044a7af1e0da927d179c 100644 (file)
@@ -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