]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: drop an unused variable
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 3 Sep 2018 09:39:56 +0000 (18:39 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 3 Sep 2018 12:08:30 +0000 (14:08 +0200)
Follow-up for 53cb501a1314740fa777f145067cefccda954487.

src/network/netdev/fou-tunnel.c

index ef762d6ab39ff8054c87a5ec5d53bda63aed6b36..65dad384e2213d13a5ede5df4a99c81b7e84a295 100644 (file)
@@ -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;