Remove accidentally-left-behind commented out code.

llvm-svn: 290485
This commit is contained in:
Richard Smith 2016-12-24 04:22:52 +00:00
parent e68a38f0a8
commit 2c3fb80b23
1 changed files with 0 additions and 1 deletions

View File

@ -508,7 +508,6 @@ void Sema::PrintInstantiationStack() {
llvm_unreachable("unexpected template kind");
}
//<< Context.getTypeDeclType(PartialSpec)
Diags.Report(Active->PointOfInstantiation,
diag::note_deduced_template_arg_substitution_here)
<< IsVar << cast<NamedDecl>(Active->Entity)