mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
grid: remove useless assertion
grid.c:1041:24: warning: comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
This commit is contained in:
parent
512a07fd14
commit
747da83c76
1 changed files with 0 additions and 1 deletions
1
grid.c
1
grid.c
|
|
@ -1038,7 +1038,6 @@ grid_row_uri_range_put(struct row *row, int col, const char *uri, uint64_t id)
|
|||
}
|
||||
}
|
||||
|
||||
xassert(insert_idx >= 0);
|
||||
xassert(insert_idx <= extra->uri_ranges.count);
|
||||
|
||||
if (replace) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue