mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
memory-collector: drop unused branch
This commit is contained in:
committed by
Philip Withnall
parent
484bc328ee
commit
03326e82fa
@ -120,8 +120,6 @@ scratch_calloc (size_t nmemb,
|
||||
static void
|
||||
scratch_free (void *ptr)
|
||||
{
|
||||
if ((char *)ptr >= scratch.buf && (char *)ptr < scratch.buf + scratch.off)
|
||||
return;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user