1
0
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:
Thomas Hindoe Paaboel Andersen 2015-07-24 22:32:33 +02:00
parent 816b4547da
commit 7bea001ea4

View File

@ -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];