chiark / gitweb /
networkd: remove unused variable
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 15 Jul 2014 18:38:49 +0000 (20:38 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Tue, 15 Jul 2014 18:38:49 +0000 (20:38 +0200)
src/network/networkd-route.c

index 9e6295f8c828f0e1deb1c7e972272529053b9ca2..8949299409f476aead74fca52037049b309a60fd 100644 (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);