diff options
-rw-r--r-- | util-linux/fdisk.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index 7275535e6..cdcba0a03 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -2004,12 +2004,6 @@ check_consistency(const struct partition *p, int partition) | |||
2004 | printf(" phys=(%u,%u,%u) ", pec, peh, pes); | 2004 | printf(" phys=(%u,%u,%u) ", pec, peh, pes); |
2005 | printf("logical=(%u,%u,%u)\n", lec, leh, les); | 2005 | printf("logical=(%u,%u,%u)\n", lec, leh, les); |
2006 | } | 2006 | } |
2007 | |||
2008 | /* Ending on cylinder boundary? */ | ||
2009 | if (peh != (g_heads - 1) || pes != g_sectors) { | ||
2010 | printf("Partition %u does not end on cylinder boundary\n", | ||
2011 | partition + 1); | ||
2012 | } | ||
2013 | } | 2007 | } |
2014 | 2008 | ||
2015 | static void | 2009 | static void |