Skip to content

Commit dc5fb32

Browse files
authored
[lld][NFC] Revert commit ccec22b. (#76398)
This reverts commit ccec22b (#75183). It's no longer needed with #76251.
1 parent f11b056 commit dc5fb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/COFF/Writer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ void Writer::createECCodeMap() {
560560
codeMap.clear();
561561

562562
std::optional<chpe_range_type> lastType;
563-
Chunk *first = nullptr, *last = nullptr;
563+
Chunk *first, *last;
564564

565565
auto closeRange = [&]() {
566566
if (lastType) {

0 commit comments

Comments
 (0)