mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 10:26:31 +00:00
chore(lgtm): fix "empty block without comment" warnings
This commit is contained in:
@@ -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]));
|
||||
|
Reference in New Issue
Block a user