Revert another accidental bit

llvm-svn: 290125
This commit is contained in:
Paul Robinson 2016-12-19 18:20:19 +00:00
parent 7384738362
commit 115d33cba4
1 changed files with 0 additions and 2 deletions

View File

@ -1570,8 +1570,6 @@ void CompilerInvocation::setLangDefaults(LangOptions &Opts, InputKind IK,
break;
case IK_CXX:
case IK_PreprocessedCXX:
LangStd = LangStandard::lang_gnucxx11; // PTR
break;
case IK_ObjCXX:
case IK_PreprocessedObjCXX:
LangStd = LangStandard::lang_gnucxx98;