Skip to content

Commit

Permalink
[HACK] deps: temporary removal of C++20 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored and nodejs-github-bot committed Aug 11, 2023
1 parent 71f7107 commit 6e385ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/v8/src/compiler/graph-visualizer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ void JsonPrintAllSourceWithPositionsWasm(
os << "\"inlinings\": {";
for (size_t i = 0; i < positions.size(); ++i) {
if (i != 0) os << ", ";
DCHECK(source_map.contains(positions[i].inlinee_func_index));
size_t source_id = source_map.find(positions[i].inlinee_func_index)->second;
SourcePosition inlining_pos = positions[i].caller_pos;
os << '"' << i << "\": {\"inliningId\": " << i
Expand Down

0 comments on commit 6e385ba

Please sign in to comment.