diff options
Diffstat (limited to 'lld/ELF/Symbols.h')
-rw-r--r-- | lld/ELF/Symbols.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Symbols.h b/lld/ELF/Symbols.h index 1b3cb2dc226..85e08670cde 100644 --- a/lld/ELF/Symbols.h +++ b/lld/ELF/Symbols.h @@ -269,8 +269,8 @@ InputSectionBase<ELFT> *DefinedRegular<ELFT>::NullInputSection; template <class ELFT> class DefinedSynthetic : public Defined { public: typedef typename ELFT::uint uintX_t; - DefinedSynthetic(StringRef N, uintX_t Value, OutputSectionBase<ELFT> &Section, - uint8_t StOther); + DefinedSynthetic(StringRef N, uintX_t Value, + OutputSectionBase<ELFT> &Section); static bool classof(const SymbolBody *S) { return S->kind() == SymbolBody::DefinedSyntheticKind; |