From: Karel Zak Date: Mon, 16 Sep 2013 14:48:44 +0000 (+0200) Subject: libfdisk: remove "gpt support is new" warning X-Git-Tag: v2.24-rc1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2961a4fce2b19a99f90cf5b2bf20301c29521116;p=thirdparty%2Futil-linux.git libfdisk: remove "gpt support is new" warning Signed-off-by: Karel Zak --- diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index d3fed63f6a..908da99223 100644 --- a/libfdisk/src/gpt.c +++ b/libfdisk/src/gpt.c @@ -1104,10 +1104,6 @@ static int gpt_probe_label(struct fdisk_context *cxt) cxt->label->nparts_max = le32_to_cpu(gpt->pheader->npartition_entries); cxt->label->nparts_cur = partitions_in_use(gpt->pheader, gpt->ents); - - fdisk_warnx(cxt, _("WARNING: fdisk GPT support is currently new, and therefore " - "in an experimental phase. Use at your own discretion.")); - return 1; failed: DBG(LABEL, dbgprint("GPT probe failed"));