diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AST/MicrosoftCXXABI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/MicrosoftCXXABI.cpp b/lib/AST/MicrosoftCXXABI.cpp index d5a1504219..aef6df2f78 100644 --- a/lib/AST/MicrosoftCXXABI.cpp +++ b/lib/AST/MicrosoftCXXABI.cpp @@ -157,7 +157,6 @@ std::pair<unsigned, unsigned> MemberPointerType::getMSMemberPointerSlots() const std::pair<uint64_t, unsigned> MicrosoftCXXABI::getMemberPointerWidthAndAlign(const MemberPointerType *MPT) const { - const CXXRecordDecl *RD = MPT->getClass()->getAsCXXRecordDecl(); const TargetInfo &Target = Context.getTargetInfo(); assert(Target.getTriple().getArch() == llvm::Triple::x86 || Target.getTriple().getArch() == llvm::Triple::x86_64); |