aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateInstantiate.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-03-18 01:16:08 +0000
committerGabor Greif <ggreif@gmail.com>2009-03-18 01:16:08 +0000
commit6c473c8ce72634b0ee07fb06ad6392317bf94ae3 (patch)
treea95f011e0599fbd9fc5fa401b9bbf4f7fb261754 /lib/Sema/SemaTemplateInstantiate.cpp
parente7783ab29ae011b11f30825452530eef3d363323 (diff)
cleanup instantiation code, tighten testcase
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplateInstantiate.cpp')
-rw-r--r--lib/Sema/SemaTemplateInstantiate.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Sema/SemaTemplateInstantiate.cpp b/lib/Sema/SemaTemplateInstantiate.cpp
index a943d4e2a0..59b795d0f5 100644
--- a/lib/Sema/SemaTemplateInstantiate.cpp
+++ b/lib/Sema/SemaTemplateInstantiate.cpp
@@ -846,9 +846,6 @@ TemplateExprInstantiator::VisitConditionalOperator(ConditionalOperator *E) {
if (Result.isInvalid())
return SemaRef.ExprError();
-/* Cond.release();
- True.release();
- False.release();*/
return move(Result);
}