Skip to content

Commit

Permalink
[lld][NFC] Revert commit ccec22b. (#76398)
Browse files Browse the repository at this point in the history
This reverts commit ccec22b (#75183).
It's no longer needed with #76251.
  • Loading branch information
cjacek committed Dec 26, 2023
1 parent f11b056 commit dc5fb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/COFF/Writer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ void Writer::createECCodeMap() {
codeMap.clear();

std::optional<chpe_range_type> lastType;
Chunk *first = nullptr, *last = nullptr;
Chunk *first, *last;

auto closeRange = [&]() {
if (lastType) {
Expand Down

0 comments on commit dc5fb32

Please sign in to comment.