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 098ffdc commit 4f9b53fCopy full SHA for 4f9b53f
lib/AST/ASTVerifier.cpp
@@ -2716,21 +2716,6 @@ class Verifier : public ASTWalker {
2716
abort();
2717
}
2718
2719
- // Check the witness substitutions.
2720
- const auto &witness = normal->getWitnessUncached(req);
2721
-
2722
- if (auto *genericEnv = witness.getSyntheticEnvironment())
2723
- Generics.push_back(genericEnv->getGenericSignature());
2724
2725
- verifyChecked(witness.getRequirementToSyntheticSubs());
2726
- verifyChecked(witness.getSubstitutions());
2727
2728
- if (auto *genericEnv = witness.getSyntheticEnvironment()) {
2729
- assert(Generics.back().get<GenericSignature>().getPointer()
2730
- == genericEnv->getGenericSignature().getPointer());
2731
- Generics.pop_back();
2732
- }
2733
2734
continue;
2735
2736
0 commit comments