forked from OSchip/llvm-project
Remove dead variable flagged by gcc's -Wunused-but-set-variable. No
functionality change. llvm-svn: 130673
This commit is contained in:
parent
18a1ee7f51
commit
b4175cad29
|
@ -537,7 +537,6 @@ llvm::Constant *ItaniumCXXABI::EmitMemberPointer(const CXXMethodDecl *MD) {
|
||||||
MemPtr[1] = llvm::ConstantInt::get(ptrdiff_t, 0);
|
MemPtr[1] = llvm::ConstantInt::get(ptrdiff_t, 0);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
QualType fnType = MD->getType();
|
|
||||||
const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
|
const FunctionProtoType *FPT = MD->getType()->castAs<FunctionProtoType>();
|
||||||
const llvm::Type *Ty;
|
const llvm::Type *Ty;
|
||||||
// Check whether the function has a computable LLVM signature.
|
// Check whether the function has a computable LLVM signature.
|
||||||
|
|
Loading…
Reference in New Issue