mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-10-01 01:36:01 -04:00
remove unnecessary UNUSED marker
This commit is contained in:
parent
72dba6765f
commit
2250130c53
@ -1857,7 +1857,7 @@ EXPORT struct mallinfo2 h_mallinfo2(void) {
|
||||
#endif
|
||||
|
||||
#ifndef __ANDROID__
|
||||
EXPORT int h_malloc_info(int options, UNUSED FILE *fp) {
|
||||
EXPORT int h_malloc_info(int options, FILE *fp) {
|
||||
if (options) {
|
||||
errno = EINVAL;
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user