remove unnecessary UNUSED marker

This commit is contained in:
Daniel Micay 2022-09-16 01:03:47 -04:00
parent 72dba6765f
commit 2250130c53

View File

@ -1857,7 +1857,7 @@ EXPORT struct mallinfo2 h_mallinfo2(void) {
#endif #endif
#ifndef __ANDROID__ #ifndef __ANDROID__
EXPORT int h_malloc_info(int options, UNUSED FILE *fp) { EXPORT int h_malloc_info(int options, FILE *fp) {
if (options) { if (options) {
errno = EINVAL; errno = EINVAL;
return -1; return -1;