commit | 4f115c7127037e3729bb64c149df298e269a17a7 | [log] [tgz] |
---|---|---|
author | Szymon Starzycki <sstar@google.com> | Fri Sep 27 15:40:59 2013 -0700 |
committer | Szymon Starzycki <sstar@google.com> | Fri Sep 27 15:40:59 2013 -0700 |
tree | 70fe16d1d65c81b4a8ab9cabc5dcc2a8a3145e88 | |
parent | c2d41bfe0d284df61210caf176e3954df38173df [diff] |
Fastbootd: build breakage fix Change-Id: I6a01ff6f785adc58581d0d9f44e71c94cbb4e3b5
diff --git a/fastbootd/commands/partitions.c b/fastbootd/commands/partitions.c index 588aca1..ca66c6d 100644 --- a/fastbootd/commands/partitions.c +++ b/fastbootd/commands/partitions.c
@@ -648,7 +648,6 @@ { 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) {