From: Akira Hatanaka Date: Fri, 2 Mar 2018 02:03:21 +0000 (+0000) Subject: Remove debugging code I accidentally committed in r326530. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d98e0d3fa6b39196ca9a80ffebfe13496bf08ba;p=clang Remove debugging code I accidentally committed in r326530. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326531 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaPseudoObject.cpp b/lib/Sema/SemaPseudoObject.cpp index 5fa4342f18..f09a6f7158 100644 --- a/lib/Sema/SemaPseudoObject.cpp +++ b/lib/Sema/SemaPseudoObject.cpp @@ -993,7 +993,6 @@ ObjCSubscriptOpBuilder::buildAssignmentOperation(Scope *Sc, SourceLocation opcLoc, BinaryOperatorKind opcode, Expr *LHS, Expr *RHS) { - assert(false); assert(BinaryOperator::isAssignmentOp(opcode)); // There must be a method to do the Index'ed assignment. if (!findAtIndexSetter())