Avoid unused value warning from array_pop
This commit is contained in:
parent
4922602369
commit
d0029a1527
1 changed files with 1 additions and 1 deletions
|
|
@ -291,7 +291,7 @@ void ts_tree_cursor_goto_descendant(
|
|||
} else if (self->stack.size <= 1) {
|
||||
return;
|
||||
} else {
|
||||
array_pop(&self->stack);
|
||||
self->stack.size--;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue