From 10f58671350f6395bceaa4d033b2d8a5ab8304ba Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sun, 8 Oct 2017 00:45:34 +0000 Subject: [PATCH] Remove redundant initialization code. llvm-svn: 315158 --- lld/ELF/InputSection.h | 2 -- 1 file changed, 2 deletions(-) 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; }