networkd: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2014-07-15 20:38:49 +02:00
parent 53af3b7564
commit 337ede5693
1 changed files with 0 additions and 1 deletions

View File

@ -373,7 +373,6 @@ int config_parse_route_priority(const char *unit,
void *userdata) {
Network *network = userdata;
_cleanup_route_free_ Route *n = NULL;
_cleanup_free_ char *route = NULL;
int r;
assert(filename);