diff options
-rw-r--r-- | lld/COFF/ICF.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lld/COFF/ICF.cpp b/lld/COFF/ICF.cpp index 5df3d5d0693..8b17a4c8b29 100644 --- a/lld/COFF/ICF.cpp +++ b/lld/COFF/ICF.cpp @@ -86,7 +86,6 @@ uint64_t ICF::getHash(SectionChunk *C) { hash_value(C->SectionName), C->NumRelocs, uint32_t(C->Header->SizeOfRawData), - uint32_t(C->Header->SizeOfRawData), C->Checksum); } |