summaryrefslogtreecommitdiff
path: root/super-ddf.c
diff options
context:
space:
mode:
Diffstat (limited to 'super-ddf.c')
-rw-r--r--super-ddf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/super-ddf.c b/super-ddf.c
index e78e1385..6368bc43 100644
--- a/super-ddf.c
+++ b/super-ddf.c
@@ -3590,7 +3590,6 @@ static int validate_geometry_ddf_bvd(struct supertype *st,
maxsize = ULLONG_MAX;
find_space(ddf, dl, data_offset, &maxsize);
*freesize = maxsize;
- // FIXME here I am
return 1;
}