diff options
Diffstat (limited to 'fdisk/fdisksgilabel.c')
-rw-r--r-- | fdisk/fdisksgilabel.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fdisk/fdisksgilabel.c b/fdisk/fdisksgilabel.c index bae2075a2..1557e2cc2 100644 --- a/fdisk/fdisksgilabel.c +++ b/fdisk/fdisksgilabel.c @@ -116,12 +116,6 @@ sgi_get_ntrks(struct fdisk_context *cxt) { return SSWAP16(sgilabel->devparam.ntrks); } -void -sgi_nolabel(struct fdisk_context *cxt) { - sgilabel->magic = 0; - partitions = 4; -} - static unsigned int two_s_complement_32bit_sum(unsigned int *base, int size /* in bytes */) { int i = 0; |