mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
remove the -enable-definite-init command line option. Definite init
seems to have stuck. Swift SVN r7956
This commit is contained in:
@@ -120,10 +120,6 @@ bool CompilerInvocation::parseArgs(ArrayRef<const char *> Args,
|
||||
LangOpts.DebugConstraintSolver = true;
|
||||
break;
|
||||
|
||||
case OPT_enable_definite_init:
|
||||
LangOpts.UseDefiniteInit = true;
|
||||
break;
|
||||
|
||||
case OPT_link_library:
|
||||
addLinkLibrary(InputArg->getValue(), LibraryKind::Library);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user