libblkid-tiny: remove unused name member
authorJo-Philipp Wich <jo@mein.io>
Mon, 17 Oct 2016 11:12:31 +0000 (13:12 +0200)
committerJo-Philipp Wich <jo@mein.io>
Mon, 17 Oct 2016 11:13:47 +0000 (13:13 +0200)
The "name" member of struct blkid_struct_probe is not used anywhere anymore
so remove it from the definition to save some stack and heap space.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
libblkid-tiny/libblkid-tiny.h

index 2a54f8b..193d926 100644 (file)
@@ -57,7 +57,6 @@ struct blkid_struct_probe
        char    dev[32];
        char    uuid[64];
        char    label[64];
        char    dev[32];
        char    uuid[64];
        char    label[64];
-       char    name[64];
        char    version[64];
 };
 
        char    version[64];
 };