summaryrefslogtreecommitdiffstats
path: root/mdadm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdadm.c')
-rw-r--r--mdadm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/mdadm.c b/mdadm.c
index 7d3b656b..a72058b4 100644
--- a/mdadm.c
+++ b/mdadm.c
@@ -710,12 +710,6 @@ int main(int argc, char *argv[])
case O(MANAGE,Force): /* add device which is too large */
c.force = 1;
continue;
- /* now for the Assemble options */
- case O(ASSEMBLE, FreezeReshape): /* Freeze reshape during
- * initrd phase */
- case O(INCREMENTAL, FreezeReshape):
- c.freeze_reshape = 1;
- continue;
case O(CREATE,'u'): /* uuid of array */
case O(ASSEMBLE,'u'): /* uuid of array */
if (ident.uuid_set) {