Remove data member in partition structure
This commit is contained in:
parent
35b86ff407
commit
58548abbc3
8 changed files with 13 additions and 25 deletions
|
@ -60,9 +60,6 @@ struct grub_partition
|
|||
/* The index of this partition in the partition table. */
|
||||
int index;
|
||||
|
||||
/* Partition map type specific data. */
|
||||
void *data;
|
||||
|
||||
/* Parent partition map. */
|
||||
struct grub_partition *parent;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue