summaryrefslogtreecommitdiffstats
path: root/fastbootd
diff options
context:
space:
mode:
authorSzymon Starzycki <sstar@google.com>2013-09-27 15:40:59 -0700
committerColin Cross <ccross@android.com>2013-12-04 15:00:52 -0800
commit00f4e937300b09342983614e792668c269cd7fde (patch)
tree722279eb8294e5815d3fa30fb5654b8bcf9c5b77 /fastbootd
parentb80e4c725d27fe316b0d6fde14d1f5eab34639ea (diff)
downloadsystem_core-00f4e937300b09342983614e792668c269cd7fde.tar.gz
system_core-00f4e937300b09342983614e792668c269cd7fde.tar.bz2
system_core-00f4e937300b09342983614e792668c269cd7fde.zip
Fastbootd: build breakage fix
Change-Id: I6a01ff6f785adc58581d0d9f44e71c94cbb4e3b5
Diffstat (limited to 'fastbootd')
-rw-r--r--fastbootd/commands/partitions.c1
1 files changed, 0 insertions, 1 deletions
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) {