aboutsummaryrefslogtreecommitdiffstats
path: root/roots.c
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-11-23 14:07:06 -0800
committerKoushik Dutta <koushd@gmail.com>2011-11-23 14:07:06 -0800
commita9017dabc53e6949e7bed351e6bd99bdb122777a (patch)
treeb5c0154b6e5ab58e578fb8e38e99232509dfcfb3 /roots.c
parentddc1241a36c48a857971f5d926a33680e52a59d6 (diff)
downloadbootable_recovery-a9017dabc53e6949e7bed351e6bd99bdb122777a.zip
bootable_recovery-a9017dabc53e6949e7bed351e6bd99bdb122777a.tar.gz
bootable_recovery-a9017dabc53e6949e7bed351e6bd99bdb122777a.tar.bz2
remove redundant fix
Diffstat (limited to 'roots.c')
-rw-r--r--roots.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/roots.c b/roots.c
index dbb04bb..4835ce8 100644
--- a/roots.c
+++ b/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;