commit | 01ce224c81c5055bfbac275f06605ee88e8b77d8 | [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 | f5b85aa52666047a4a735b334be1ffbac7c2bc02 [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