r290485 - Remove accidentally-left-behind commented out code.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 23 20:22:52 PST 2016


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)




More information about the cfe-commits mailing list