From: Yu Watanabe Date: Mon, 3 Sep 2018 09:39:56 +0000 (+0900) Subject: network: drop an unused variable X-Git-Tag: v240~769 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7dd05e947200e69513ca19e52d5c05f8799a7df4;p=thirdparty%2Fsystemd.git network: drop an unused variable Follow-up for 53cb501a1314740fa777f145067cefccda954487. --- diff --git a/src/network/netdev/fou-tunnel.c b/src/network/netdev/fou-tunnel.c index ef762d6ab39..65dad384e22 100644 --- a/src/network/netdev/fou-tunnel.c +++ b/src/network/netdev/fou-tunnel.c @@ -62,7 +62,7 @@ static int netdev_fill_fou_tunnel_message(NetDev *netdev, sd_netlink_message **r } static int netdev_fou_tunnel_create(NetDev *netdev) { - _cleanup_(sd_netlink_message_unrefp) sd_netlink_message *m = NULL, *reply = NULL; + _cleanup_(sd_netlink_message_unrefp) sd_netlink_message *m = NULL; uint32_t serial; FouTunnel *t; int r;