diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index c69400ab2e7a..9268226866b2 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -106,8 +106,6 @@ public: /*Type*/ 0, /*Info*/ 0, /*Link*/ 0), Repl(this) { - Live = false; - Assigned = false; NumRelocations = 0; AreRelocsRela = false; }