Remove unused union member.

This commit is contained in:
Ondrej Kozina
2022-05-05 13:27:50 +02:00
committed by Milan Broz
parent 346f104f26
commit e00eecf9ca

View File

@@ -145,8 +145,6 @@ struct reenc_protection {
REENC_PROTECTION_DATASHIFT } type;
union {
struct {
} none;
struct {
char hash[LUKS2_CHECKSUM_ALG_L];
struct crypt_hash *ch;