networkd: drop unused element from AddressLabel struct
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 6 Oct 2018 04:20:07 +0000 (13:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 10 Oct 2018 05:43:05 +0000 (14:43 +0900)
src/network/networkd-address-label.h

index 70b8de7b2a0154d04148e0f44679c972d15d564c..2e55feabd0be739ae104255f4eab47d5ee45dd90 100644 (file)
@@ -18,7 +18,6 @@ typedef struct NetworkConfigSection NetworkConfigSection;
 
 struct AddressLabel {
         Network *network;
-        Link *link;
         NetworkConfigSection *section;
 
         unsigned char prefixlen;