chore(lgtm): fix "empty block without comment" warnings

This commit is contained in:
Dundar Göc
2022-03-08 19:58:45 +01:00
parent f27068caad
commit 05f643f9d2
6 changed files with 6 additions and 11 deletions

View File

@@ -1159,8 +1159,6 @@ static size_t check_node(MarkTree *b, mtnode_t *x, mtpos_t *last, bool *last_rig
if (i > 0) {
unrelative(x->key[i-1].pos, last);
}
if (x->level) {
}
assert(pos_leq(*last, x->key[i].pos));
if (last->row == x->key[i].pos.row && last->col == x->key[i].pos.col) {
assert(!*last_right || mt_right(x->key[i]));