[BOLT][NFC] Remove unused BinarySection member functions

(cherry picked from FBD20087243)
This commit is contained in:
Maksim Panchenko 2020-02-24 16:56:45 -08:00
parent 3b45212e84
commit 495761dc70
1 changed files with 0 additions and 3 deletions

View File

@ -250,9 +250,6 @@ public:
bool isTBSS() const {
return isBSS() && isTLS();
}
bool isNote() const { return ELFType == ELF::SHT_NOTE; }
bool isStrTab() const { return ELFType == ELF::SHT_STRTAB; }
bool isSymTab() const { return ELFType == ELF::SHT_SYMTAB; }
bool isVirtual() const { return ELFType == ELF::SHT_NOBITS; }
bool isRela() const { return ELFType == ELF::SHT_RELA; }
bool isReadOnly() const {