diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/malloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c index 607961a9c6..78e6b399b2 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -4250,7 +4250,6 @@ static int #if __STD_C top_check(void) #else -static int top_check() #endif { |