diff options
author | Koushik Dutta <koushd@gmail.com> | 2011-03-01 21:43:29 -0800 |
---|---|---|
committer | Koushik Dutta <koushd@gmail.com> | 2011-03-01 21:43:29 -0800 |
commit | fa265db3a3e4280e3228c3a3828701ee6e467930 (patch) | |
tree | dd6f38aa7deb45092461b16470aa6d39106e270f /roots.c | |
parent | c5ab2a34f93a42c06bf637d23cd68e9b17b6e769 (diff) | |
download | android_bootable_recovery-fa265db3a3e4280e3228c3a3828701ee6e467930.tar.gz android_bootable_recovery-fa265db3a3e4280e3228c3a3828701ee6e467930.tar.bz2 android_bootable_recovery-fa265db3a3e4280e3228c3a3828701ee6e467930.zip |
remove redundant code
Change-Id: I6a24f89068c882b18973c9143a02768531b71ddd
Diffstat (limited to 'roots.c')
-rw-r--r-- | roots.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |