Remove unused variable.

llvm-svn: 89945
This commit is contained in:
Eli Friedman 2009-11-26 07:48:44 +00:00
parent ffc066f4b9
commit 4907c6f2ed
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@ RValue CodeGenFunction::EmitCXXMemberCallExpr(const CXXMemberCallExpr *CE) {
const MemberExpr *ME = cast<MemberExpr>(CE->getCallee());
const CXXMethodDecl *MD = cast<CXXMethodDecl>(ME->getMemberDecl());
const CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(MD->getDeclContext());
if (MD->isStatic()) {
// The method is static, emit it as we would a regular call.