summaryrefslogtreecommitdiff
path: root/mkfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs.c')
-rw-r--r--mkfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkfs.c b/mkfs.c
index 5ff758f..a73874a 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -1641,7 +1641,6 @@ raid_groups:
btrfs_group_profile_str(metadata_profile));
printf(" Data profile:\t\t%s\n",
btrfs_group_profile_str(data_profile));
- printf(" Mixed mode:\t\t%s\n", mixed ? "YES" : "NO");
printf(" SSD detected:\t\t%s\n", ssd ? "YES" : "NO");
btrfs_parse_features_to_string(features_buf, features);
printf(" Incompat features:\t%s", features_buf);