diff options
author | Elliott Hughes <enh@google.com> | 2015-04-21 05:26:49 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-04-21 05:26:49 +0000 |
commit | 72e9ff084bf0a22c77be9f437b7cc27798e34340 (patch) | |
tree | 54469d748513783fef2b110d159419060c051e06 /include | |
parent | 50c72e5c6f12a7bdd1ef1152b459230f3c8a0b3d (diff) | |
parent | de165446ede9f663b24a2aeec91c34a6758db1ad (diff) | |
download | system_core-72e9ff084bf0a22c77be9f437b7cc27798e34340.zip system_core-72e9ff084bf0a22c77be9f437b7cc27798e34340.tar.gz system_core-72e9ff084bf0a22c77be9f437b7cc27798e34340.tar.bz2 |
am de165446: am 09495b7f: am eb7d308a: Merge "Remove a declaration for an unimplemented function."
* commit 'de165446ede9f663b24a2aeec91c34a6758db1ad':
Remove a declaration for an unimplemented function.
Diffstat (limited to 'include')
-rw-r--r-- | include/cutils/partition_utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |