mirror of
https://github.com/systemd/systemd.git
synced 2024-11-08 11:27:32 +03:00
ata_id: remove unused union member
The last use of octa was removed in 01f61d331b
This commit is contained in:
parent
816b4547da
commit
7bea001ea4
@ -409,7 +409,6 @@ int main(int argc, char *argv[])
|
||||
union {
|
||||
uint8_t byte[512];
|
||||
uint16_t wyde[256];
|
||||
uint64_t octa[64];
|
||||
} identify;
|
||||
char model[41];
|
||||
char model_enc[256];
|
||||
|
Loading…
Reference in New Issue
Block a user