aboutsummaryrefslogtreecommitdiff
path: root/dfm.c
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2026-02-28 21:17:48 +0200
committerDylan Araps <dylan.araps@gmail.com>2026-02-28 21:17:48 +0200
commit0fd8238bda5a40cb72e814c6cc820bd71e044261 (patch)
treef1ea34272ff5a2d77a3b04482b4476120048d7d9 /dfm.c
parent4fb29c95c61256f78e4b501a3c550b4c92a92a4e (diff)
dfm: remove leftover assert
Diffstat (limited to 'dfm.c')
-rw-r--r--dfm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dfm.c b/dfm.c
index 6a2d16a..ba9acbf 100644
--- a/dfm.c
+++ b/dfm.c
@@ -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);