Skip to content

Commit b0aed82

Browse files
author
Erich Keane
committed
Remove accidentially left assertion
1 parent 4d99721 commit b0aed82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/SemaTemplateInstantiate.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,6 @@ void Sema::PrintInstantiationStack() {
855855
<< Active->InstantiationRange;
856856
break;
857857
case CodeSynthesisContext::RequirementParameterInstantiation:
858-
assert("how do we get here?!");
859858
Diags.Report(Active->PointOfInstantiation,
860859
diag::note_template_requirement_params_instantiation_here)
861860
<< Active->InstantiationRange;

0 commit comments

Comments
 (0)