summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/volume_id/volume_id/volume_id.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/volume_id/volume_id/volume_id.c b/extras/volume_id/volume_id/volume_id.c
index e7d4d75666..32b91e65ca 100644
--- a/extras/volume_id/volume_id/volume_id.c
+++ b/extras/volume_id/volume_id/volume_id.c
@@ -118,9 +118,6 @@ int volume_id_probe_all(struct volume_id *id, uint64_t off, uint64_t size)
if (volume_id_probe_vfat(id, off) == 0)
goto exit;
- if (volume_id_probe_mac_partition_map(id, off) == 0)
- goto exit;
-
if (volume_id_probe_xfs(id, off) == 0)
goto exit;