]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
network: Removes unused ip_proxy_args
authorThomas Parrott <thomas.parrott@canonical.com>
Tue, 9 Jun 2020 12:01:36 +0000 (13:01 +0100)
committerThomas Parrott <thomas.parrott@canonical.com>
Tue, 9 Jun 2020 12:01:36 +0000 (13:01 +0100)
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
src/lxc/network.c

index 84bfb6b39013057c56819443caeae6b490db3383..b0e614e424b4f07ecd4f7e7b29b04d330b8dca26 100644 (file)
@@ -182,11 +182,6 @@ static int setup_ipv6_addr_routes(struct lxc_list *ip, int ifindex)
        return 0;
 }
 
-struct ip_proxy_args {
-       const char *ip;
-       const char *dev;
-};
-
 static int lxc_ip_neigh_proxy(__u16 nlmsg_type, int family, int ifindex, void *dest)
 {
        call_cleaner(nlmsg_free) struct nlmsg *answer = NULL, *nlmsg = NULL;