summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-07-09 02:32:35 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-07-09 02:32:35 +0200
commit023f8a42e1e53cd69100e861b12f6dd6e16dfbf9 (patch)
treef5b40fb83e08498517207b4074cf5cd63935e0f7
parentfdfdcd49bb4fa32572ec9708779dab2a20cebd90 (diff)
downloadbxgen-023f8a42e1e53cd69100e861b12f6dd6e16dfbf9.zip
Remove line
-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);