From af3b864d76cf916a026b7877099791811b348fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 7 Dec 2021 12:52:58 +0100 Subject: Define FOREACH_DIRENT through FOREACH_DIRENT_ALL As in the previous commit, 'de' is used as the iterator variable name. --- src/mount/mount-tool.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mount') 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); -- cgit v1.2.1