summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaTemplateInstantiate.cpp
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-12-24 04:22:52 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-12-24 04:22:52 +0000
commitc311b06da6522cfdf2e28000e70ed4dfeb390b37 (patch)
treea88a5fa39a5324ce670c579d061a2bdd59785574 /lib/Sema/SemaTemplateInstantiate.cpp
parentb296c41c0fff28a3478d061a412f4186a8c2942c (diff)
Remove accidentally-left-behind commented out code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplateInstantiate.cpp')
-rw-r--r--lib/Sema/SemaTemplateInstantiate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp
index 4f2e74740d..14d239b548 100644
--- a/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/lib/Sema/SemaTemplateInstantiate.cpp
@@ -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)