mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00:00
dissect-image: remove unused variable when built without libcryptsetup (#7538)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
bd07d3d0b4
commit
49b5b3b403
@@ -976,8 +976,8 @@ int dissected_image_decrypt(
|
||||
DissectImageFlags flags,
|
||||
DecryptedImage **ret) {
|
||||
|
||||
_cleanup_(decrypted_image_unrefp) DecryptedImage *d = NULL;
|
||||
#if HAVE_LIBCRYPTSETUP
|
||||
_cleanup_(decrypted_image_unrefp) DecryptedImage *d = NULL;
|
||||
unsigned i;
|
||||
int r;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user