diff options
author | Frederic Riss <friss@apple.com> | 2015-06-29 04:41:58 +0000 |
---|---|---|
committer | Frederic Riss <friss@apple.com> | 2015-06-29 04:41:58 +0000 |
commit | 275a38688e07a75b1e20166839c4238c672843be (patch) | |
tree | 3b6f74221a0831d5c519a7b23375da08eee94c84 /clang/lib/CodeGen/MicrosoftCXXABI.cpp | |
parent | 45044f47d3ab557e86e09b7552f4607c42d7bc0a (diff) | |
download | bcm5719-llvm-275a38688e07a75b1e20166839c4238c672843be.tar.gz bcm5719-llvm-275a38688e07a75b1e20166839c4238c672843be.zip |
Delete unused variables.
llvm-svn: 240923
Diffstat (limited to 'clang/lib/CodeGen/MicrosoftCXXABI.cpp')
-rw-r--r-- | clang/lib/CodeGen/MicrosoftCXXABI.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/lib/CodeGen/MicrosoftCXXABI.cpp b/clang/lib/CodeGen/MicrosoftCXXABI.cpp index 8a0ea4c1d8e..afababefa22 100644 --- a/clang/lib/CodeGen/MicrosoftCXXABI.cpp +++ b/clang/lib/CodeGen/MicrosoftCXXABI.cpp @@ -3123,9 +3123,6 @@ llvm::Constant *MicrosoftCXXABI::EmitMemberPointerConversion( if (CK == CK_ReinterpretMemberPointer) return Src; - const CXXRecordDecl *SrcRD = SrcTy->getMostRecentCXXRecordDecl(); - const CXXRecordDecl *DstRD = DstTy->getMostRecentCXXRecordDecl(); - CGBuilderTy Builder(CGM.getLLVMContext()); auto *Dst = cast<llvm::Constant>(EmitNonNullMemberPointerConversion( SrcTy, DstTy, CK, PathBegin, PathEnd, Src, Builder)); |