mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-07 21:50:54 +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
|
static void
|
||||||
scratch_free (void *ptr)
|
scratch_free (void *ptr)
|
||||||
{
|
{
|
||||||
if ((char *)ptr >= scratch.buf && (char *)ptr < scratch.buf + scratch.off)
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user