]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libfdisk: remove "gpt support is new" warning
authorKarel Zak <kzak@redhat.com>
Mon, 16 Sep 2013 14:48:44 +0000 (16:48 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Sep 2013 14:48:44 +0000 (16:48 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libfdisk/src/gpt.c

index d3fed63f6a9cd3a08e1f285d6f8cfbafa333c8dd..908da992239ad39487892cebd289e1be747de522 100644 (file)
@@ -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"));