summaryrefslogtreecommitdiff
path: root/src/systemctl/systemctl-list-machines.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemctl/systemctl-list-machines.c')
-rw-r--r--src/systemctl/systemctl-list-machines.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemctl/systemctl-list-machines.c b/src/systemctl/systemctl-list-machines.c
index 1ebfb019ec..0abafa7bf0 100644
--- a/src/systemctl/systemctl-list-machines.c
+++ b/src/systemctl/systemctl-list-machines.c
@@ -93,7 +93,6 @@ static int get_machine_list(
struct machine_info *machine_infos = NULL;
_cleanup_strv_free_ char **m = NULL;
_cleanup_free_ char *hn = NULL;
- char **i;
int c = 0, r;
hn = gethostname_malloc();