commit | e886ba9c4e30d40f248b8dbda8ee854a1176341e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 20 20:55:43 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Apr 20 20:55:43 2015 -0700 |
tree | c54b9a809ce87b482ac7f5b3875abf87eda7726b | |
parent | 623aa1c47a51990259fbbc271d7f9f40046153fd [diff] |
Remove a declaration for an unimplemented function. Change-Id: I890cef52e9a8c26d98f227f269a7dcfcb6eaa795
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