From: Davide Italiano Date: Mon, 22 Jun 2015 01:19:59 +0000 (+0000) Subject: Remove incomplete comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6177d6a1c142dff1f7febfc9186909e0408e3ed5;p=clang Remove incomplete comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240252 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index b0bc231e7e..ffa47eeb58 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -4314,7 +4314,6 @@ Sema::ConvertArgumentsForCall(CallExpr *Call, Expr *Fn, SourceLocation RParenLoc, bool IsExecConfig) { // Bail out early if calling a builtin with custom typechecking. - // We don't need to do this in the if (FDecl) if (unsigned ID = FDecl->getBuiltinID()) if (Context.BuiltinInfo.hasCustomTypechecking(ID))