We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32feec7 commit 8df7ca0Copy full SHA for 8df7ca0
lib/AST/RequirementMachine/MinimalConformances.cpp
@@ -417,14 +417,6 @@ void MinimalConformances::collectConformanceRules() {
417
MutableTerm mutTerm(lhs.begin(), lhs.end() - 2);
418
assert(!mutTerm.empty());
419
420
-#ifndef NDEBUG
421
- bool simplified = System.simplify(mutTerm);
422
- // FIXME: Perhaps even if the rule is LHS-simplified, it's parent should be
423
- // canonical?
424
- assert(!simplified || rule.isRHSSimplified());
425
- (void) simplified;
426
-#endif
427
-
428
mutTerm.add(Symbol::forProtocol(parentProto, Context));
429
430
// Get a conformance path for X.[P] and record it.
0 commit comments