networkctl: remove unused variable
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 12 Dec 2014 20:53:28 +0000 (21:53 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 12 Dec 2014 20:57:44 +0000 (21:57 +0100)
src/network/networkctl.c

index a2511fd..b56a728 100644 (file)
@@ -669,7 +669,6 @@ static int link_status(char **args, unsigned n) {
         if (n <= 1 && !arg_all) {
                 _cleanup_free_ char *operational_state = NULL;
                 _cleanup_strv_free_ char **dns = NULL, **ntp = NULL, **domains = NULL;
-                _cleanup_free_ struct local_address *addresses = NULL;
                 const char *on_color_operational, *off_color_operational;
 
                 sd_network_get_operational_state(&operational_state);