From 023f8a42e1e53cd69100e861b12f6dd6e16dfbf9 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 9 Jul 2024 02:32:35 +0200 Subject: Remove line --- bxgen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bxgen.c b/bxgen.c index 6f8909d..46eaeb1 100755 --- a/bxgen.c +++ b/bxgen.c @@ -724,7 +724,6 @@ void unit_write(Pool *pool, i64 unit, u16 target, i64 io_out, void *io_user_data // ELF https://man7.org/linux/man-pages/man5/elf.5.html // - assert(pool != NULL && pool->entities != NULL); assert(pool->entities[unit].is_enabled); assert(pool->entities[unit].unit.entry_point_index != UNDEFINED); -- cgit v1.2.3