remove redundant fix
This commit is contained in:
parent
ddc1241a36
commit
a9017dabc5
3
roots.c
3
roots.c
@ -134,9 +134,6 @@ void load_volume_table() {
|
||||
device_volumes[num_volumes].device2 =
|
||||
device2 ? strdup(device2) : NULL;
|
||||
|
||||
device_volumes[num_volumes].fs_type2 = NULL;
|
||||
device_volumes[num_volumes].fs_options = NULL;
|
||||
device_volumes[num_volumes].fs_options2 = NULL;
|
||||
device_volumes[num_volumes].length = 0;
|
||||
|
||||
device_volumes[num_volumes].fs_type2 = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user