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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | src/vppinfra/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt index 8af6120bd5e..accce6d004f 100644 --- a/src/vppinfra/CMakeLists.txt +++ b/src/vppinfra/CMakeLists.txt @@ -169,7 +169,6 @@ set(VPPINFRA_HEADERS types.h atomics.h unix.h - valgrind.h valloc.h vec_bootstrap.h vec.h |