1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Net: Replace runtime checks with STATIC_ASSERT()

This commit is contained in:
Ondrej Zajicek
2023-03-06 11:57:40 +01:00
parent 0f679438f3
commit 6b38285f58
3 changed files with 13 additions and 22 deletions

View File

@@ -889,7 +889,6 @@ main(int argc, char **argv)
log_switch(1, NULL, NULL);
random_init();
net_init();
resource_init();
timer_init();
olock_init();