networkd: remove unused variables (#5948)

Fixup for 36423ff433.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-05-11 21:53:12 -04:00 committed by Evgeny Vereshchagin
parent b8d79b4b68
commit ca3bad6504
1 changed files with 1 additions and 2 deletions

View 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);