diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 21:17:48 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 21:17:48 +0200 |
| commit | 0fd8238bda5a40cb72e814c6cc820bd71e044261 (patch) | |
| tree | f1ea34272ff5a2d77a3b04482b4476120048d7d9 /dfm.c | |
| parent | 4fb29c95c61256f78e4b501a3c550b4c92a92a4e (diff) | |
dfm: remove leftover assert
Diffstat (limited to 'dfm.c')
| -rw-r--r-- | dfm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2333,7 +2333,6 @@ static inline int fm_cmd_build_bulk_chunk(struct fm *p, cut s, usize ti, usize tc, u32 f) { int r = 0; - assert(!p->ml); usize b = 0; while (b < p->dl && p->vml) { fm_mark_invalidate(p); |