commit | eb7d308a37e89ce3e563d22e9016c2c5b87a2dbe | [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 | 76ed92c3c6882af801f8454a1dd9bf8e3a908ba2 [diff] | |
parent | e886ba9c4e30d40f248b8dbda8ee854a1176341e [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