From e330f97a89607d0e0fd9e42dd151b6245d067987 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 12 Sep 2022 00:07:17 +0900 Subject: tree-wide: drop unused reference to DecryptedImage --- src/machine-id-setup/machine-id-setup-main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/machine-id-setup') diff --git a/src/machine-id-setup/machine-id-setup-main.c b/src/machine-id-setup/machine-id-setup-main.c index 44fcdaae81..8a3b1efb4c 100644 --- a/src/machine-id-setup/machine-id-setup-main.c +++ b/src/machine-id-setup/machine-id-setup-main.c @@ -125,7 +125,6 @@ static int parse_argv(int argc, char *argv[]) { static int run(int argc, char *argv[]) { _cleanup_(loop_device_unrefp) LoopDevice *loop_device = NULL; - _cleanup_(decrypted_image_unrefp) DecryptedImage *decrypted_image = NULL; _cleanup_(umount_and_rmdir_and_freep) char *unlink_dir = NULL; sd_id128_t id; int r; @@ -148,8 +147,7 @@ static int run(int argc, char *argv[]) { DISSECT_IMAGE_FSCK | DISSECT_IMAGE_GROWFS, &unlink_dir, - &loop_device, - &decrypted_image); + &loop_device); if (r < 0) return r; -- cgit v1.2.1