Skip to content

Commit

Permalink
cfdisk: Remove unused struct 'cfdisk_extra'
Browse files Browse the repository at this point in the history
'cfdisk_extra' looks unused since it's original commit
(I think because it ended up using libscols instead).
Remove it.

Signed-off-by: Dr. David Alan Gilbert <[email protected]>
  • Loading branch information
penguin42 committed May 12, 2024
1 parent b2c3700 commit bd09ceb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions disk-utils/cfdisk.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,6 @@ static struct cfdisk_menuitem main_menuitems[] = {
{ 0, NULL, NULL }
};

/* extra partinfo in name:value pairs */
struct cfdisk_extra {
char *name;
char *data;

struct list_head exs;
};

/* line and extra partinfo list_head */
struct cfdisk_line {
char *data; /* line data */
Expand Down

0 comments on commit bd09ceb

Please sign in to comment.