Remove dead variable flagged by gcc's -Wunused-but-set-variable. No

functionality change.

llvm-svn: 130673
This commit is contained in:
Nick Lewycky 2011-05-02 00:41:17 +00:00
parent 18a1ee7f51
commit b4175cad29
1 changed files with 0 additions and 1 deletions

View File

@ -537,7 +537,6 @@ llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const CXXMethodDecl *MD) {
MemPtr[1] = llvm::ConstantInt::get(ptrdiff_t, 0);
}
} else {
QualType fnType = MD->getType();
const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
const llvm::Type *Ty;
// Check whether the function has a computable LLVM signature.