From: Davidlohr Bueso <dave@xxxxxxx> Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> --- fdisk/fdisksgilabel.c | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/fdisk/fdisksgilabel.c b/fdisk/fdisksgilabel.c index 7db28d9..eee86c0 100644 --- a/fdisk/fdisksgilabel.c +++ b/fdisk/fdisksgilabel.c @@ -116,23 +116,6 @@ sgi_get_ntrks(struct fdisk_context *cxt) { return SSWAP16(sgilabel->devparam.ntrks); } -#if 0 -static int -sgi_get_head_vol0(void) { - return SSWAP16(sgilabel->devparam.head_vol0); -} - -static int -sgi_get_bytes(void) { - return SSWAP16(sgilabel->devparam.bytes); -} - -static int -sgi_get_pcylcount(void) { - return SSWAP16(sgilabel->devparam.pcylcount); -} -#endif - void sgi_nolabel(struct fdisk_context *cxt) { sgilabel->magic = 0; -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html