ip-neighbor: skip probe for disabled interfaces
[vpp.git] / src / vppinfra / mem_dlmalloc.c
index d62bb74..663b2f1 100644 (file)
@@ -20,7 +20,6 @@
 #include <vppinfra/hash.h>
 #include <vppinfra/elf_clib.h>
 #include <vppinfra/sanitizer.h>
-#include <numaif.h>
 
 void *clib_per_cpu_mheaps[CLIB_MAX_MHEAPS];
 void *clib_per_numa_mheaps[CLIB_MAX_NUMAS];
@@ -31,11 +30,7 @@ typedef struct
   uword callers[12];
 
   /* Count of allocations with this traceback. */
-#if CLIB_VEC64 > 0
-  u64 n_allocations;
-#else
   u32 n_allocations;
-#endif
 
   /* Count of bytes allocated with this traceback. */
   u32 n_bytes;