diff options
author | Elliott Hughes <enh@google.com> | 2015-04-20 20:55:43 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-04-20 20:55:43 -0700 |
commit | e886ba9c4e30d40f248b8dbda8ee854a1176341e (patch) | |
tree | c54b9a809ce87b482ac7f5b3875abf87eda7726b /include/cutils | |
parent | 623aa1c47a51990259fbbc271d7f9f40046153fd (diff) | |
download | system_core-e886ba9c4e30d40f248b8dbda8ee854a1176341e.zip system_core-e886ba9c4e30d40f248b8dbda8ee854a1176341e.tar.gz system_core-e886ba9c4e30d40f248b8dbda8ee854a1176341e.tar.bz2 |
Remove a declaration for an unimplemented function.
Change-Id: I890cef52e9a8c26d98f227f269a7dcfcb6eaa795
Diffstat (limited to 'include/cutils')
-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 |