From: Thomas Graf Date: Mon, 25 Aug 2014 23:09:09 +0000 (+0200) Subject: xfrm: Remove unused function __assign_addr() X-Git-Tag: libnl3_2_26rc1~44^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a45fca9a586d6b4452725b1c405c1ee93dfe68ad;p=libnl xfrm: Remove unused function __assign_addr() Signed-off-by: Thomas Graf Signed-off-by: Thomas Haller --- diff --git a/lib/xfrm/sp.c b/lib/xfrm/sp.c index cf16297..e6ab195 100644 --- a/lib/xfrm/sp.c +++ b/lib/xfrm/sp.c @@ -1296,21 +1296,6 @@ int xfrmnl_sp_set_mark (struct xfrmnl_sp* sp, unsigned int value, unsigned int m return 0; } -static inline int __assign_addr(struct xfrmnl_sp* sp, struct nl_addr **pos, - struct nl_addr *new, int flag) -{ - if (*pos) - nl_addr_put(*pos); - - nl_addr_get(new); - *pos = new; - - sp->ce_mask |= flag; - - return 0; -} - - /** @} */ static struct nl_object_ops xfrm_sp_obj_ops = {