From: Yu Watanabe Date: Sat, 6 Oct 2018 04:20:07 +0000 (+0900) Subject: networkd: drop unused element from AddressLabel struct X-Git-Tag: v240~571^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17e57d3cae0afee927816fa6cfcd41f336eb7f76;p=thirdparty%2Fsystemd.git networkd: drop unused element from AddressLabel struct --- diff --git a/src/network/networkd-address-label.h b/src/network/networkd-address-label.h index 70b8de7b2a0..2e55feabd0b 100644 --- a/src/network/networkd-address-label.h +++ b/src/network/networkd-address-label.h @@ -18,7 +18,6 @@ typedef struct NetworkConfigSection NetworkConfigSection; struct AddressLabel { Network *network; - Link *link; NetworkConfigSection *section; unsigned char prefixlen;