forked from OSchip/llvm-project
[Sema] Remove dead return immediately after another return. NFC.
This commit is contained in:
parent
1631d9a7ea
commit
62f4c90aaf
|
@ -18350,7 +18350,6 @@ static ExprResult rebuildPotentialResultsAsNonOdrUsed(Sema &S, Expr *E,
|
|||
ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), ME->getMemberDecl(),
|
||||
ME->getFoundDecl(), ME->getMemberNameInfo(), CopiedTemplateArgs(ME),
|
||||
ME->getType(), ME->getValueKind(), ME->getObjectKind(), NOUR);
|
||||
return ExprEmpty();
|
||||
}
|
||||
|
||||
case Expr::BinaryOperatorClass: {
|
||||
|
|
Loading…
Reference in New Issue