diff options
author | Szymon Starzycki <sstar@google.com> | 2013-09-27 15:40:59 -0700 |
---|---|---|
committer | Szymon Starzycki <sstar@google.com> | 2013-09-27 15:40:59 -0700 |
commit | 4f115c7127037e3729bb64c149df298e269a17a7 (patch) | |
tree | 70fe16d1d65c81b4a8ab9cabc5dcc2a8a3145e88 | |
parent | c2d41bfe0d284df61210caf176e3954df38173df (diff) | |
download | system_core-4f115c7127037e3729bb64c149df298e269a17a7.zip system_core-4f115c7127037e3729bb64c149df298e269a17a7.tar.gz system_core-4f115c7127037e3729bb64c149df298e269a17a7.tar.bz2 |
Fastbootd: build breakage fix
Change-Id: I6a01ff6f785adc58581d0d9f44e71c94cbb4e3b5
-rw-r--r-- | fastbootd/commands/partitions.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ 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) { |