commit | 6298d6601eff1c782458956e4e39445e06b4eccb | [log] [tgz] |
---|---|---|
author | Dmitry Shmidt <dimitrysh@google.com> | Mon Sep 30 17:17:18 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Sep 30 17:17:18 2013 +0000 |
tree | 39caa8d6332ee41ae726b3f16dd52dd98e0cb389 | |
parent | 4f115c7127037e3729bb64c149df298e269a17a7 [diff] | |
parent | 32b7108b64c209d4397575498b63dd42aae13926 [diff] |
Merge "Remove non-existing klog_close()"
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) {