summaryrefslogtreecommitdiff
path: root/src/portable/portablectl.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-25 18:09:01 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-25 11:33:28 +0200
commitc1a1b409ce9cac67340f039c99c71af7d0570791 (patch)
tree71f2c02c1d38bf052bf24fa701884ecc4d704791 /src/portable/portablectl.c
parente2183b09ed45ec37fc8128a721784c87943f817c (diff)
downloadsystemd-c1a1b409ce9cac67340f039c99c71af7d0570791.tar.gz
tree-wide: drop unused variables
Follow-ups for #8620.
Diffstat (limited to 'src/portable/portablectl.c')
-rw-r--r--src/portable/portablectl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c
index 8e44d34d27..99690fc768 100644
--- a/src/portable/portablectl.c
+++ b/src/portable/portablectl.c
@@ -744,7 +744,6 @@ static int dump_profiles(void) {
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
_cleanup_(sd_bus_flush_close_unrefp) sd_bus *bus = NULL;
_cleanup_strv_free_ char **l = NULL;
- _cleanup_(closedirp) DIR *d = NULL;
char **i;
int r;