memory-collector: drop unused branch

This commit is contained in:
Christian Hergert
2020-07-02 15:20:21 -07:00
committed by Philip Withnall
parent 484bc328ee
commit 03326e82fa

View File

@ -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