remove the -enable-definite-init command line option. Definite init

seems to have stuck.


Swift SVN r7956
This commit is contained in:
Chris Lattner
2013-09-05 20:37:41 +00:00
parent 409d7c38bb
commit dea8213ef9
6 changed files with 3 additions and 22 deletions

View File

@@ -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;