Remove debugging code I accidentally committed in r326530.
authorAkira Hatanaka <ahatanaka@apple.com>
Fri, 2 Mar 2018 02:03:21 +0000 (02:03 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Fri, 2 Mar 2018 02:03:21 +0000 (02:03 +0000)
llvm-svn: 326531

clang/lib/Sema/SemaPseudoObject.cpp

index 5fa4342..f09a6f7 100644 (file)
@@ -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())