Fastbootd: build breakage fix
Change-Id: I6a01ff6f785adc58581d0d9f44e71c94cbb4e3b5
This commit is contained in:
parent
b80e4c725d
commit
00f4e93730
1 changed files with 0 additions and 1 deletions
|
@ -648,7 +648,6 @@ static int GPT_parse_partitions(cnode *node, struct GPT_content *content)
|
|||
{
|
||||
cnode *current;
|
||||
int i;
|
||||
int ret;
|
||||
uint64_t partition_size;
|
||||
struct GPT_entry_raw *entry;
|
||||
for (i = 0, current = node->first_child; current; current = current->next, ++i) {
|
||||
|
|
Loading…
Reference in a new issue