summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-23 15:38:54 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-10-15 01:57:19 +0900
commitddcda37016f418f0bf26ae4e4f7543671b0aa98e (patch)
tree72ee7816d7a7a6160da6a2b594884f400b7abc09
parent338ff28d5f4cc972eefd6b5f7699e98bb68d8103 (diff)
downloadsystemd-ddcda37016f418f0bf26ae4e4f7543671b0aa98e.tar.gz
sd-netlink: drop unused variable
-rw-r--r--src/libsystemd/sd-netlink/netlink-internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsystemd/sd-netlink/netlink-internal.h b/src/libsystemd/sd-netlink/netlink-internal.h
index 4a366d421f..13e7ab6e17 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;