datapath: Refactor action alloc and copy api.
[cascardo/ovs.git] / datapath / flow_netlink.h
index 16da264..8ac40b5 100644 (file)
@@ -54,7 +54,6 @@ int ovs_nla_copy_actions(const struct nlattr *attr,
 int ovs_nla_put_actions(const struct nlattr *attr,
                        int len, struct sk_buff *skb);
 
-struct sw_flow_actions *ovs_nla_alloc_flow_actions(int actions_len);
 void ovs_nla_free_flow_actions(struct sw_flow_actions *);
 
 #endif /* flow_netlink.h */