summaryrefslogtreecommitdiff
path: root/bxgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'bxgen.c')
-rwxr-xr-xbxgen.c1
1 files changed, 0 insertions, 1 deletions
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);