[ELF] - Remove excessive field initialization. NFC.

It is already initialized in header file to same value.

llvm-svn: 317320
This commit is contained in:
George Rimar 2017-11-03 13:19:41 +00:00
parent 09bdfb32ef
commit 1d415c335e
1 changed files with 0 additions and 1 deletions

View File

@ -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;