mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
fdisk: comment out unused function
This commit is contained in:
parent
ca9635b19d
commit
893988182a
@ -702,6 +702,7 @@ get_partition_start(const struct pte *pe)
|
|||||||
* We might also do the opposite and warn in all cases except
|
* We might also do the opposite and warn in all cases except
|
||||||
* for "is probably nondos partition".
|
* for "is probably nondos partition".
|
||||||
*/
|
*/
|
||||||
|
#ifdef UNUSED
|
||||||
static int
|
static int
|
||||||
is_dos_partition(int t)
|
is_dos_partition(int t)
|
||||||
{
|
{
|
||||||
@ -711,6 +712,7 @@ is_dos_partition(int t)
|
|||||||
t == 0x1b || t == 0x1c || t == 0x1e || t == 0x24 ||
|
t == 0x1b || t == 0x1c || t == 0x1e || t == 0x24 ||
|
||||||
t == 0xc1 || t == 0xc4 || t == 0xc6);
|
t == 0xc1 || t == 0xc4 || t == 0xc6);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
menu(void)
|
menu(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user