From e40b56226c1509d092d43a1c0b93cfb697f86158 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Thu, 21 Feb 2013 00:50:43 +0000 Subject: [PATCH] Remove commented out code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175699 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/AST/ASTDiagnostic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AST/ASTDiagnostic.cpp b/lib/AST/ASTDiagnostic.cpp index 4f165132a6..6a950d8dfe 100644 --- a/lib/AST/ASTDiagnostic.cpp +++ b/lib/AST/ASTDiagnostic.cpp @@ -855,7 +855,7 @@ class TemplateDiff { FromIter->getKind() == TemplateArgument::Integral; bool HasToInt = !ToIter.isEnd() && ToIter->getKind() == TemplateArgument::Integral; - //bool IsValidFromInt = false, IsValidToInt = false; + if (HasFromInt) FromInt = FromIter->getAsIntegral(); else -- 2.40.0