Remove commented out code.

llvm-svn: 175699
This commit is contained in:
Richard Trieu 2013-02-21 00:50:43 +00:00
parent 134cec62ab
commit 515dc0f100
1 changed files with 1 additions and 1 deletions

View File

@ -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