Skip to content

Commit

Permalink
mxraid_assemble: cleanup a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas committed Mar 15, 2018
1 parent 90e2957 commit 2e5794e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mxraid/mxraid_assemble
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ sub create_mdadm_configs {
my @mdadm_conf;
my $dev_no = 0;
for my $rlabel (@{$hd->raid_labels()}) {
### my $pfx = ''; # :xxx: this is a cheat, fix this
my $condition_active = 0;
my $condition_incomplete = 0;
my $active_dev_no = -1;
Expand Down

0 comments on commit 2e5794e

Please sign in to comment.