summaryrefslogtreecommitdiff
path: root/src/network/networkctl.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-12-12 21:53:28 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2014-12-12 21:57:44 +0100
commitb7378b89d233ee0b5e27618b5bd15010faa12de5 (patch)
treeb6fee3efb11de528669da7a1396a1ad7097727b0 /src/network/networkctl.c
parentabc08d4d08006fa19dec645859f81af9f227339e (diff)
networkctl: remove unused variable
Diffstat (limited to 'src/network/networkctl.c')
-rw-r--r--src/network/networkctl.c1
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);