svn commit: trunk/busybox/util-linux

vda at busybox.net vda at busybox.net
Fri Jan 25 20:18:47 UTC 2008


Author: vda
Date: 2008-01-25 12:18:46 -0800 (Fri, 25 Jan 2008)
New Revision: 20902

Log:
fdisk: comment out unused function



Modified:
   trunk/busybox/util-linux/fdisk.c


Changeset:
Modified: trunk/busybox/util-linux/fdisk.c
===================================================================
--- trunk/busybox/util-linux/fdisk.c	2008-01-25 19:27:08 UTC (rev 20901)
+++ trunk/busybox/util-linux/fdisk.c	2008-01-25 20:18:46 UTC (rev 20902)
@@ -702,6 +702,7 @@
  * We might also do the opposite and warn in all cases except
  * for "is probably nondos partition".
  */
+#ifdef UNUSED
 static int
 is_dos_partition(int t)
 {
@@ -711,6 +712,7 @@
 		t == 0x1b || t == 0x1c || t == 0x1e || t == 0x24 ||
 		t == 0xc1 || t == 0xc4 || t == 0xc6);
 }
+#endif
 
 static void
 menu(void)




More information about the busybox-cvs mailing list