summaryrefslogtreecommitdiff
path: root/src/platform/nm-netlink.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-07-15 14:18:56 +0200
committerThomas Haller <thaller@redhat.com>2018-09-07 11:24:17 +0200
commit5fd4ca8a5b1d8fca842559134b7d005de655f2e1 (patch)
tree8e191b930ffdb1a298fa31fa16ebc466d667ee6b /src/platform/nm-netlink.h
parent09aaeb83b7a18d11ac269e96dba5678990c50540 (diff)
platform/netlink: drop nlmsg_alloc_inherit() function
It's only used internally, and it seems not very useful to have. As it is confusing to have multiple functions for doing something similar, drop it -- since it's not really used. I also cannot imagine a good use-case for it.
Diffstat (limited to 'src/platform/nm-netlink.h')
-rw-r--r--src/platform/nm-netlink.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/platform/nm-netlink.h b/src/platform/nm-netlink.h
index e20388e200..187685d824 100644
--- a/src/platform/nm-netlink.h
+++ b/src/platform/nm-netlink.h
@@ -314,8 +314,6 @@ struct nl_msg *nlmsg_alloc (void);
struct nl_msg *nlmsg_alloc_size (size_t max);
-struct nl_msg *nlmsg_alloc_inherit (struct nlmsghdr *hdr);
-
struct nl_msg *nlmsg_alloc_convert (struct nlmsghdr *hdr);
struct nl_msg *nlmsg_alloc_simple (int nlmsgtype, int flags);