diff options
author | Benoît Ganne <bganne@cisco.com> | 2019-11-25 16:28:50 +0100 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-11-26 09:46:12 +0000 |
commit | 30cca512ce3818a9b2c56140f7859bd544bc825d (patch) | |
tree | 667108d05d637bc7e75a02ce0adce46e787e64db /src/vppinfra/mem_mheap.c | |
parent | 42bde459b66f100adc77787ba1afd14c004c846d (diff) |
build: remove valgrind leftovers
Valgrind never really worked well with VPP. Remove the partial support.
Type: refactor
Change-Id: Ic09773fd85f904fdd2240bc161e23a4c2b196cf6
Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/vppinfra/mem_mheap.c')
-rw-r--r-- | src/vppinfra/mem_mheap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vppinfra/mem_mheap.c b/src/vppinfra/mem_mheap.c index 3046bd22d0a..0ca0053c77e 100644 --- a/src/vppinfra/mem_mheap.c +++ b/src/vppinfra/mem_mheap.c @@ -39,10 +39,6 @@ #include <vppinfra/mheap.h> #include <vppinfra/os.h> -/* Valgrind stuff. */ -#include <vppinfra/memcheck.h> -#include <vppinfra/valgrind.h> - void *clib_per_cpu_mheaps[CLIB_MAX_MHEAPS]; void |