I must have left those in some commit. Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> --- libfdisk/src/gpt.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index 735c9d9..482d453 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 -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html