From 9098b1c84f30a80d5836026e6441b64d53a4feba Mon Sep 17 00:00:00 2001 From: Matthew Parkinson Date: Mon, 1 Jul 2019 13:28:15 +0100 Subject: [PATCH] Only add Stats if passed to CMake. --- src/mem/alloc.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mem/alloc.h b/src/mem/alloc.h index acf6277..0805c40 100644 --- a/src/mem/alloc.h +++ b/src/mem/alloc.h @@ -1,10 +1,5 @@ #pragma once -#if !defined(NDEBUG) && !defined(OPEN_ENCLAVE) && !defined(FreeBSD_KERNEL) && \ - !defined(USE_SNMALLOC_STATS) -# define USE_SNMALLOC_STATS -#endif - #ifdef _MSC_VER # define ALLOCATOR __declspec(allocator) #else