forked from OSchip/llvm-project
Remove accidentally-left-behind commented out code.
llvm-svn: 290485
This commit is contained in:
parent
e68a38f0a8
commit
2c3fb80b23
|
@ -508,7 +508,6 @@ void Sema::PrintInstantiationStack() {
|
||||||
llvm_unreachable("unexpected template kind");
|
llvm_unreachable("unexpected template kind");
|
||||||
}
|
}
|
||||||
|
|
||||||
//<< Context.getTypeDeclType(PartialSpec)
|
|
||||||
Diags.Report(Active->PointOfInstantiation,
|
Diags.Report(Active->PointOfInstantiation,
|
||||||
diag::note_deduced_template_arg_substitution_here)
|
diag::note_deduced_template_arg_substitution_here)
|
||||||
<< IsVar << cast<NamedDecl>(Active->Entity)
|
<< IsVar << cast<NamedDecl>(Active->Entity)
|
||||||
|
|
Loading…
Reference in New Issue