commit | d2ca3710bcb341901d8b75ad41b48854e855f642 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Apr 21 04:43:05 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 21 04:43:06 2015 +0000 |
tree | dbe130ea7b38054386c866a148e1a25c52e1d4d9 | |
parent | d036edcc81f909b975f85437d9a54a09a1c11fb1 [diff] | |
parent | 01ce224c81c5055bfbac275f06605ee88e8b77d8 [diff] |
Merge "Remove a declaration for an unimplemented function."
diff --git a/include/cutils/partition_utils.h b/include/cutils/partition_utils.h index 597df92..72ca80d 100644 --- a/include/cutils/partition_utils.h +++ b/include/cutils/partition_utils.h
@@ -20,7 +20,6 @@ __BEGIN_DECLS int partition_wiped(char *source); -void erase_footer(const char *dev_path, long long size); __END_DECLS