From 1eea9b0b51367472ce12efb59b0018c0ac96a463 Mon Sep 17 00:00:00 2001 From: "Roderick W. Smith" Date: Sat, 6 Jul 2013 22:52:58 -0400 Subject: New partition type codes & "-a" option for cgdisk --- gptpart.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'gptpart.cc') diff --git a/gptpart.cc b/gptpart.cc index 4b8c369..6b7207d 100644 --- a/gptpart.cc +++ b/gptpart.cc @@ -91,7 +91,6 @@ string GPTPart::GetDescription(void) { // Return 1 if the partition is in use int GPTPart::IsUsed(void) { return (partitionType != GUIDData("0x00")); -// return (firstLBA != UINT64_C(0)); } // GPTPart::IsUsed() // Set the type code to the specified one. Also changes the partition -- cgit v1.2.1