From: Yu Watanabe Date: Tue, 23 Jul 2019 06:38:54 +0000 (+0900) Subject: sd-netlink: drop unused variable X-Git-Tag: v244-rc1~172^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddcda37016f418f0bf26ae4e4f7543671b0aa98e;p=thirdparty%2Fsystemd.git sd-netlink: drop unused variable --- diff --git a/src/libsystemd/sd-netlink/netlink-internal.h b/src/libsystemd/sd-netlink/netlink-internal.h index 4a366d421f3..13e7ab6e170 100644 --- a/src/libsystemd/sd-netlink/netlink-internal.h +++ b/src/libsystemd/sd-netlink/netlink-internal.h @@ -116,8 +116,6 @@ struct netlink_container { struct sd_netlink_message { unsigned n_ref; - sd_netlink *rtnl; - int protocol; struct nlmsghdr *hdr;