diff options
| author | Karel Zak <kzak@redhat.com> | 2013-06-12 17:47:49 +0200 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2013-09-16 16:47:01 +0200 |
| commit | 04d83a9251509e67cd22d9185ddec3a7fdcb21af (patch) | |
| tree | 2a9557c144d9fe8506d1f60620720bb924d8b82d /fdisks/fdisk.c | |
| parent | 3f0ac58755c385f5fd31ca4b4bd13e9ad60ad7a0 (diff) | |
| download | util-linux-04d83a9251509e67cd22d9185ddec3a7fdcb21af.tar.gz | |
fdisk: move remaining ptes[] code to fdiskdoslabel.c
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisks/fdisk.c')
| -rw-r--r-- | fdisks/fdisk.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fdisks/fdisk.c b/fdisks/fdisk.c index b160aa0a..6360d37e 100644 --- a/fdisks/fdisk.c +++ b/fdisks/fdisk.c @@ -84,11 +84,6 @@ void toggle_units(struct fdisk_context *cxt) fdisk_info(cxt, _("Changing display/entry units to sectors.")); } -struct partition * -get_part_table(int i) { - return ptes[i].part_table; -} - void list_partition_types(struct fdisk_context *cxt) { struct fdisk_parttype *types; |
