Remove MALLOC_CHECK and calls to it entirely
MALLOC_CHECK got useless with commit b259af5
. Remove it throughout.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -708,7 +708,6 @@ strccpy (char *__restrict s1, const char **__restrict s2, char c)
|
||||
*s1++ = *((*s2)++);
|
||||
*s1 = 0;
|
||||
|
||||
MALLOC_CHECK;
|
||||
return s1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user