From fa265db3a3e4280e3228c3a3828701ee6e467930 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Tue, 1 Mar 2011 21:43:29 -0800 Subject: [PATCH] remove redundant code Change-Id: I6a24f89068c882b18973c9143a02768531b71ddd --- roots.c | 1 - 1 file changed, 1 deletion(-) diff --git a/roots.c b/roots.c index 3a2d1de..ee35fcc 100644 --- a/roots.c +++ b/roots.c @@ -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;