Fastbootd: build breakage fix

Change-Id: I6a01ff6f785adc58581d0d9f44e71c94cbb4e3b5
This commit is contained in:
Szymon Starzycki 2013-09-27 15:40:59 -07:00
parent c2d41bfe0d
commit 4f115c7127

View file

@ -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) {