]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shutdown/detach-loopback.c
device-util: Declare iterator variables inline
[thirdparty/systemd.git] / src / shutdown / detach-loopback.c
index f45960856bcd9372121c586dd3ce403ae926b195..267509f7d02eb96f7b140906b9f1a881f94e3373 100644 (file)
@@ -44,7 +44,6 @@ static void loopback_device_list_free(LoopbackDevice **head) {
 
 static int loopback_list_get(LoopbackDevice **head) {
         _cleanup_(sd_device_enumerator_unrefp) sd_device_enumerator *e = NULL;
-        sd_device *d;
         int r;
 
         assert(head);