From 4f115c7127037e3729bb64c149df298e269a17a7 Mon Sep 17 00:00:00 2001 From: Szymon Starzycki Date: Fri, 27 Sep 2013 15:40:59 -0700 Subject: [PATCH] Fastbootd: build breakage fix Change-Id: I6a01ff6f785adc58581d0d9f44e71c94cbb4e3b5 --- fastbootd/commands/partitions.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fastbootd/commands/partitions.c b/fastbootd/commands/partitions.c index 588aca1a7..ca66c6dd9 100644 --- a/fastbootd/commands/partitions.c +++ b/fastbootd/commands/partitions.c @@ -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) {