Skip to content

Commit

Permalink
pointless
Browse files Browse the repository at this point in the history
  • Loading branch information
ltratt committed Feb 1, 2024
1 parent 8ec9094 commit a202260
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yktracec/src/jitmodbuilder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,6 @@ class JITModBuilder {
assert(InpTrace[0].getMappedBlock());
// There should never be two unmappable blocks in a row in the trace
// (because the mapper collapses them to save memory).
assert(IL > 0);
for (size_t I = 0; I < IL - 1; I++) {
assert(I + 1 < InpTrace.Length());
assert(InpTrace[I].getMappedBlock() || InpTrace[I + 1].getMappedBlock());
Expand Down

0 comments on commit a202260

Please sign in to comment.