From: Rafael Espindola Date: Thu, 30 Apr 2015 20:37:36 +0000 (+0000) Subject: Nothing inherits from this, drop the protected: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4ed1491bc9d47a42df259700cd58348b682c08f8;p=oota-llvm.git Nothing inherits from this, drop the protected: git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236253 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/ELFObjectWriter.cpp b/lib/MC/ELFObjectWriter.cpp index 725461d76c6..0fea46c0572 100644 --- a/lib/MC/ELFObjectWriter.cpp +++ b/lib/MC/ELFObjectWriter.cpp @@ -70,8 +70,6 @@ public: }; class ELFObjectWriter : public MCObjectWriter { - protected: - static bool isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind); static bool RelocNeedsGOT(MCSymbolRefExpr::VariantKind Variant); static uint64_t SymbolValue(MCSymbolData &Data, const MCAsmLayout &Layout);