From f481ad717278bb37fc164cd841e8a931542b3814 Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Tue, 23 Apr 2013 20:27:26 -0700 Subject: [PATCH] libfdisk: gpt: remove leftover comments I must have left those in some commit. Signed-off-by: Davidlohr Bueso --- libfdisk/src/gpt.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index 735c9d95cc..482d4537cc 100644 --- a/libfdisk/src/gpt.c +++ b/libfdisk/src/gpt.c @@ -1529,12 +1529,6 @@ static int gpt_create_new_partition(struct fdisk_context *cxt, gpt_entry_set_type(e, type); - /* deal with partition name - for (i = 0; i < GPT_PART_NAME_LEN; i++) - e->partition_name[i] = - cpu_to_le16((uint16_t) gpt_sys_types[sys].name[i]); - */ - /* * Any time a new partition entry is created a new GUID must be * generated for that partition, and every partition is guaranteed -- 2.47.3