Author: rsmith Date: Fri Dec 23 22:22:52 2016 New Revision: 290485 URL: http://llvm.org/viewvc/llvm-project?rev=290485&view=rev Log: Remove accidentally-left-behind commented out code.
Modified: cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp Modified: cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp?rev=290485&r1=290484&r2=290485&view=diff ============================================================================== --- cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp (original) +++ cfe/trunk/lib/Sema/SemaTemplateInstantiate.cpp Fri Dec 23 22:22:52 2016 @@ -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) _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits