Nothing inherits from this, drop the protected:
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 30 Apr 2015 20:37:36 +0000 (20:37 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 30 Apr 2015 20:37:36 +0000 (20:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236253 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/ELFObjectWriter.cpp

index 725461d76c622ee63412274f7d289d4e46a78e7b..0fea46c0572f74e3a5fb9a3d8192cff839484909 100644 (file)
@@ -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);