forked from OSchip/llvm-project
[ELF] - Remove excessive field initialization. NFC.
It is already initialized in header file to same value. llvm-svn: 317320
This commit is contained in:
parent
09bdfb32ef
commit
1d415c335e
|
@ -87,7 +87,6 @@ InputSectionBase::InputSectionBase(InputFile *File, uint64_t Flags,
|
|||
: SectionBase(SectionKind, Name, Flags, Entsize, Alignment, Type, Info,
|
||||
Link),
|
||||
File(File), Data(Data), Repl(this) {
|
||||
Assigned = false;
|
||||
NumRelocations = 0;
|
||||
AreRelocsRela = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue