chiark / gitweb /
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 a2511fd566365bf1d96fa282c8976acccbc88c07..b56a728d5e24daf7eb07ff320aa7683238adb3de 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);