xfrm: Remove unused function __assign_addr()

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Graf 2014-08-26 01:09:09 +02:00 committed by Thomas Haller
parent da80033c2f
commit a45fca9a58

View file

@ -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 = {