mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 06:26:08 +00:00
[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…
x
Reference in New Issue
Block a user