From 6b38285f587be9d4b128ae816bc25cb338f7f07c Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Mon, 6 Mar 2023 11:57:40 +0100 Subject: Net: Replace runtime checks with STATIC_ASSERT() --- sysdep/unix/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdep') diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 627d7a4a..0d3ec0c0 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -889,7 +889,6 @@ main(int argc, char **argv) log_switch(1, NULL, NULL); random_init(); - net_init(); resource_init(); timer_init(); olock_init(); -- cgit v1.2.3