summaryrefslogtreecommitdiff
path: root/src/network/test-network-tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/test-network-tables.c')
-rw-r--r--src/network/test-network-tables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/network/test-network-tables.c b/src/network/test-network-tables.c
index f55e524ae9..b7b536f3b5 100644
--- a/src/network/test-network-tables.c
+++ b/src/network/test-network-tables.c
@@ -8,7 +8,6 @@
#include "lldp-internal.h"
#include "macvlan.h"
#include "ndisc-internal.h"
-#include "netlink-internal.h"
#include "networkd-link.h"
#include "networkd-network.h"
#include "networkd-util.h"
@@ -35,7 +34,6 @@ int main(int argc, char **argv) {
/* test_table(link_state, LINK_STATE); — not a reversible mapping */
test_table(lldp_mode, LLDP_MODE);
test_table(netdev_kind, NETDEV_KIND);
- test_table(nl_union_link_info_data, NL_UNION_LINK_INFO_DATA);
test_table(radv_prefix_delegation, RADV_PREFIX_DELEGATION);
test_table(lldp_event, SD_LLDP_EVENT);
test_table(ndisc_event, SD_NDISC_EVENT);
@@ -48,7 +46,6 @@ int main(int argc, char **argv) {
assert_cc(sizeof(sd_lldp_event_t) == sizeof(int64_t));
assert_cc(sizeof(sd_ndisc_event_t) == sizeof(int64_t));
assert_cc(sizeof(sd_dhcp_lease_server_type_t) == sizeof(int64_t));
- assert_cc(sizeof(sd_genl_family_t) == sizeof(int64_t));
return EXIT_SUCCESS;
}