Eliminate an unused variable

llvm-svn: 123978
This commit is contained in:
Douglas Gregor 2011-01-21 16:37:29 +00:00
parent 95273c3a22
commit e916d0508b
1 changed files with 0 additions and 4 deletions

View File

@ -2798,10 +2798,6 @@ FindConversionForRefInit(Sema &S, ImplicitConversionSequence &ICS,
CXXRecordDecl *T2RecordDecl
= dyn_cast<CXXRecordDecl>(T2->getAs<RecordType>()->getDecl());
QualType ToType
= AllowRvalues? DeclType->getAs<ReferenceType>()->getPointeeType()
: DeclType;
OverloadCandidateSet CandidateSet(DeclLoc);
const UnresolvedSetImpl *Conversions
= T2RecordDecl->getVisibleConversionFunctions();