mirror of
https://github.com/systemd/systemd.git
synced 2026-07-25 08:45:56 +00:00
ata_id: remove unused union member
The last use of octa was removed in 01f61d331b
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user