Remove redundant initialization code.

llvm-svn: 315158
This commit is contained in:
Rui Ueyama 2017-10-08 00:45:34 +00:00
parent 2465e64846
commit 10f5867135
1 changed files with 0 additions and 2 deletions

View File

@ -106,8 +106,6 @@ public:
/*Type*/ 0,
/*Info*/ 0, /*Link*/ 0),
Repl(this) {
Live = false;
Assigned = false;
NumRelocations = 0;
AreRelocsRela = false;
}