]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@326531 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaPseudoObject.cpp

index 5fa4342f18b91969feceb5391aa8dd633ce1a22d..f09a6f7158fbd46345ec544939f76e3b67d923e1 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())