[Hexagon] Remove chksetELFHeaderEFlags (NFC)

The function was introduced without any use on Nov 9, 2015 in commit
7cd0892729.
This commit is contained in:
Kazu Hirata 2021-10-30 08:43:43 -07:00
parent c3d63a0697
commit 5970249439
1 changed files with 0 additions and 6 deletions

View File

@ -141,12 +141,6 @@ class HexagonAsmParser : public MCTargetAsmParser {
int processInstruction(MCInst &Inst, OperandVector const &Operands,
SMLoc IDLoc);
// Check if we have an assembler and, if so, set the ELF e_header flags.
void chksetELFHeaderEFlags(unsigned flags) {
if (getAssembler())
getAssembler()->setELFHeaderEFlags(flags);
}
unsigned matchRegister(StringRef Name);
/// @name Auto-generated Match Functions