remove redundant code

Change-Id: I6a24f89068c882b18973c9143a02768531b71ddd
This commit is contained in:
Koushik Dutta 2011-03-01 21:43:29 -08:00
parent c5ab2a34f9
commit fa265db3a3

View File

@ -40,7 +40,6 @@ void load_volume_table() {
device_volumes[0].fs_type = "ramdisk";
device_volumes[0].device = NULL;
device_volumes[0].device2 = NULL;
device_volumes[0].device = NULL;
device_volumes[0].fs_options = NULL;
device_volumes[0].fs_options2 = NULL;
num_volumes = 1;