[Sema] Remove an unreachable llvm_unreachable

No functionality change is intended.

llvm-svn: 250935
This commit is contained in:
David Majnemer 2015-10-21 19:48:47 +00:00
parent 86696f38ea
commit cfa34fe9b4

View File

@ -12709,7 +12709,6 @@ NamedDecl *Sema::ActOnFriendFunctionDecl(Scope *S, Declarator &D,
case UnqualifiedId::IK_OperatorFunctionId:
case UnqualifiedId::IK_TemplateId:
break;
llvm_unreachable("Didn't expect this kind of unqualified-id!");
}
// This implies that it has to be an operator or function.
if (DiagArg >= 0) {