summaryrefslogtreecommitdiff
path: root/src/mount
diff options
context:
space:
mode:
Diffstat (limited to 'src/mount')
-rw-r--r--src/mount/mount-tool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c
index 412ef7813a..b0ea45debc 100644
--- a/src/mount/mount-tool.c
+++ b/src/mount/mount-tool.c
@@ -777,7 +777,6 @@ static int find_mount_points(const char *what, char ***list) {
static int find_loop_device(const char *backing_file, char **loop_dev) {
_cleanup_closedir_ DIR *d = NULL;
- struct dirent *de;
_cleanup_free_ char *l = NULL;
assert(backing_file);