summaryrefslogtreecommitdiff
path: root/sysdep
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2023-03-06 11:57:40 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2023-03-06 11:57:40 +0100
commit6b38285f587be9d4b128ae816bc25cb338f7f07c (patch)
tree5d1499d7ce6744208002d46e6e35df64b75b844d /sysdep
parent0f679438f36d8c2a31dfe490007e983b085caef6 (diff)
Net: Replace runtime checks with STATIC_ASSERT()
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/main.c1
1 files changed, 0 insertions, 1 deletions
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();