diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-07-25 18:23:53 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-07-25 18:23:53 +0000 |
commit | 37db4db11b95e32d4ba205d9246c940025666f97 (patch) | |
tree | 3f8b4f3cc3cb7b409999d2ff67aa92fb86dcb0e2 /lib/Sema/SemaTemplateInstantiate.cpp | |
parent | ff331c15729f7d4439d253c97f4d60f2a7ffd0c6 (diff) |
Kill off the last Destroy method in the AST library
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplateInstantiate.cpp')
-rw-r--r-- | lib/Sema/SemaTemplateInstantiate.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp index da99c7e8c2..1a7e35b355 100644 --- a/lib/Sema/SemaTemplateInstantiate.cpp +++ b/lib/Sema/SemaTemplateInstantiate.cpp @@ -1417,12 +1417,6 @@ Sema::InstantiateClassTemplateSpecialization( TSK, Complain); - for (unsigned I = 0, N = Matched.size(); I != N; ++I) { - // FIXME: Implement TemplateArgumentList::Destroy! - // if (Matched[I].first != Pattern) - // Matched[I].second->Destroy(Context); - } - return Result; } |