summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/fdiskP.h
diff options
context:
space:
mode:
authorKarel Zak2013-06-11 10:17:57 +0200
committerKarel Zak2013-09-16 16:46:59 +0200
commit3c08cb2df0f43acc353ec157c775605ffd885af5 (patch)
treeb825ffa228525715605ce90acd9f101f6348b394 /libfdisk/src/fdiskP.h
parentlsblk: use TT_FL_FREEDATA for tt table (diff)
downloadkernel-qcow2-util-linux-3c08cb2df0f43acc353ec157c775605ffd885af5.tar.gz
kernel-qcow2-util-linux-3c08cb2df0f43acc353ec157c775605ffd885af5.tar.xz
kernel-qcow2-util-linux-3c08cb2df0f43acc353ec157c775605ffd885af5.zip
fdisk: remove Mac code
The code has been used only to detect magic strings, nothing else. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libfdisk/src/fdiskP.h')
-rw-r--r--libfdisk/src/fdiskP.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libfdisk/src/fdiskP.h b/libfdisk/src/fdiskP.h
index 9434f3213..adaa7c0e7 100644
--- a/libfdisk/src/fdiskP.h
+++ b/libfdisk/src/fdiskP.h
@@ -209,7 +209,6 @@ enum {
extern struct fdisk_label *fdisk_new_gpt_label(struct fdisk_context *cxt);
extern struct fdisk_label *fdisk_new_dos_label(struct fdisk_context *cxt);
extern struct fdisk_label *fdisk_new_bsd_label(struct fdisk_context *cxt);
-extern struct fdisk_label *fdisk_new_mac_label(struct fdisk_context *cxt);
extern struct fdisk_label *fdisk_new_sgi_label(struct fdisk_context *cxt);
extern struct fdisk_label *fdisk_new_sun_label(struct fdisk_context *cxt);