From: Thomas Hindoe Paaboel Andersen Date: Fri, 12 Dec 2014 20:53:28 +0000 (+0100) Subject: networkctl: remove unused variable X-Git-Tag: v219~1011 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=b7378b89d233ee0b5e27618b5bd15010faa12de5;p=elogind.git networkctl: remove unused variable --- diff --git a/src/network/networkctl.c b/src/network/networkctl.c index a2511fd56..b56a728d5 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);