From 7d98e0d3fa6b39196ca9a80ffebfe13496bf08ba Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Fri, 2 Mar 2018 02:03:21 +0000 Subject: [PATCH] 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 --- lib/Sema/SemaPseudoObject.cpp | 1 - 1 file changed, 1 deletion(-) 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()) -- 2.40.0