|
@@ -717,7 +717,6 @@ int prepare_partitions(enum boot_update_stage stage, const char *dev_path)
|
|
|
enum gpt_state gpt_prim, gpt_second;
|
|
|
enum boot_update_stage internal_stage;
|
|
|
struct stat xbl_partition_stat;
|
|
|
- struct stat ufs_dir_stat;
|
|
|
|
|
|
if (!dev_path) {
|
|
|
fprintf(stderr, "%s: Invalid dev_path\n",
|
|
@@ -940,7 +939,6 @@ int add_lun_to_update_list(char *lun_path, struct update_data *dat)
|
|
|
|
|
|
int prepare_boot_update(enum boot_update_stage stage)
|
|
|
{
|
|
|
- int r, fd;
|
|
|
int is_ufs = gpt_utils_is_ufs_device();
|
|
|
struct stat ufs_dir_stat;
|
|
|
struct update_data data;
|