Remove the -enable-union-import staging flag.

Swift SVN r25809
This commit is contained in:
Joe Groff
2015-03-06 23:08:11 +00:00
parent 20e7bdb1a9
commit b5b65b83e9
7 changed files with 9 additions and 31 deletions

View File

@@ -109,9 +109,6 @@ namespace swift {
/// it gets disabled when compiling the Swift core stdlib.
bool EnableObjCAttrRequiresFoundation = true;
/// Enables importing of unions and other partially-importable types.
bool ImportUnions = true;
/// Should access control be respected?
bool EnableAccessControl = true;