[parted-devel] [PATCH 1/2] libparted: remove last_usable_if_grown

Phillip Susi psusi at ubuntu.com
Fri Apr 18 17:01:41 UTC 2014


Commit 3398e82a: "libparted: Use common function to calculate PTE sectors"
removed usage of the last_usable_if_grown variable, resulting in an error
because it is now unused but still defined.
---
 libparted/labels/gpt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libparted/labels/gpt.c b/libparted/labels/gpt.c
index 6eff38a..5c8df59 100644
--- a/libparted/labels/gpt.c
+++ b/libparted/labels/gpt.c
@@ -723,7 +723,7 @@ _parse_header (PedDisk *disk, const GuidPartitionTableHeader_t *gpt,
   GPTDiskData *gpt_disk_data = disk->disk_specific;
   PedSector first_usable;
   PedSector last_usable;
-  PedSector last_usable_if_grown, last_usable_min_default;
+  PedSector last_usable_if_grown;
   static int asked_already;
 
 #ifndef DISCOVER_ONLY
-- 
1.9.1




More information about the parted-devel mailing list