From 664ef9a3e1016e80fc1fcbbef6e9f66a2ededfe6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 30 Jun 2018 19:34:41 +0200 Subject: pkg/compiler: check for unused declarations Error on unused structs/unions/resources/flags. Finds tons of bugs. --- sys/linux/socket_netlink_route.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/linux/socket_netlink_route.txt') diff --git a/sys/linux/socket_netlink_route.txt b/sys/linux/socket_netlink_route.txt index 99550659d..2e838d2bf 100644 --- a/sys/linux/socket_netlink_route.txt +++ b/sys/linux/socket_netlink_route.txt @@ -381,11 +381,6 @@ type ifla_vf_policy nl_generic_attr type ifla_port_policy nl_generic_attr type ifla_xdp_policy nl_generic_attr -dev_addr [ - empty array[const[0, int8], MAX_ADDR_LEN] - mac mac_addr -] [varlen] - rtnl_link_ifmap { mem_start int64 mem_end int64 -- cgit mrf-deployment