]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
ata_id: remove unused union member 718/head
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 24 Jul 2015 20:32:33 +0000 (22:32 +0200)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Fri, 24 Jul 2015 22:14:13 +0000 (00:14 +0200)
The last use of octa was removed in 01f61d331bb5038f0c877ac03c54333328b6ea28

src/udev/ata_id/ata_id.c

index a59d4c6d507681d7a479e131d50571a2e5e48598..c6a2c56e77313258cf074316d12c0d80a40a514a 100644 (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];