From: Davidlohr Bueso Date: Wed, 24 Apr 2013 03:27:26 +0000 (-0700) Subject: libfdisk: gpt: remove leftover comments X-Git-Tag: v2.23~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f481ad717278bb37fc164cd841e8a931542b3814;p=thirdparty%2Futil-linux.git libfdisk: gpt: remove leftover comments I must have left those in some commit. Signed-off-by: Davidlohr Bueso --- 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