remove unnecessary UNUSED marker
This commit is contained in:
parent
72dba6765f
commit
2250130c53
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user