1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-24 06:04:05 +03:00

networkd: drop unused element from AddressLabel struct

This commit is contained in:
Yu Watanabe 2018-10-06 13:20:07 +09:00
parent 9bcb210ebc
commit 17e57d3cae

View File

@ -18,7 +18,6 @@ typedef struct NetworkConfigSection NetworkConfigSection;
struct AddressLabel {
Network *network;
Link *link;
NetworkConfigSection *section;
unsigned char prefixlen;