diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-12-12 21:53:28 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2014-12-12 21:57:44 +0100 |
commit | b7378b89d233ee0b5e27618b5bd15010faa12de5 (patch) | |
tree | b6fee3efb11de528669da7a1396a1ad7097727b0 | |
parent | abc08d4d08006fa19dec645859f81af9f227339e (diff) |
networkctl: remove unused variable
-rw-r--r-- | src/network/networkctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/networkctl.c b/src/network/networkctl.c index a2511fd566..b56a728d5e 100644 --- a/src/network/networkctl.c +++ b/src/network/networkctl.c @@ -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); |