[Sema] Remove dead return immediately after another return. NFC.

This commit is contained in:
Simon Pilgrim 2021-08-20 12:10:47 +01:00
parent 1631d9a7ea
commit 62f4c90aaf
1 changed files with 0 additions and 1 deletions

View File

@ -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: {