]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
networkd: remove unused variables (#5948)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 12 May 2017 01:53:12 +0000 (21:53 -0400)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 12 May 2017 01:53:12 +0000 (04:53 +0300)
Fixup for 36423ff433.

src/network/networkd-route.c

index bbfcdb2394932bb8b204099e6c3c206fdde94caf..9535016af781e87b100c04615c386c745e2fe015 100644 (file)
@@ -757,10 +757,9 @@ int config_parse_destination(const char *unit,
 
         Network *network = userdata;
         _cleanup_route_free_ Route *n = NULL;
-        const char *address, *e;
         union in_addr_union buffer;
         unsigned char prefixlen;
-        int r, f;
+        int r;
 
         assert(filename);
         assert(section);