summaryrefslogtreecommitdiff
path: root/src/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/umount.c')
-rw-r--r--src/umount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/umount.c b/src/umount.c
index c7f62081d2..ca4dbc2362 100644
--- a/src/umount.c
+++ b/src/umount.c
@@ -223,7 +223,6 @@ static int loopback_list_get(MountPoint **head) {
}
first = udev_enumerate_get_list_entry(e);
-
udev_list_entry_foreach(item, first) {
MountPoint *lb;
struct udev_device *d;