[libvirt PATCH 09/26] meson: Drop numactl_version

Andrea Bolognani abologna at redhat.com
Tue Jun 1 08:37:40 UTC 2021


It's not used.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meson.build b/meson.build
index 922bf93659..8aaa0ce370 100644
--- a/meson.build
+++ b/meson.build
@@ -1071,7 +1071,6 @@ else
   intl_dep = dependency('', required: false)
 endif
 
-numactl_version = '2.0.6'
 numactl_dep = cc.find_library('numa', required: get_option('numactl'))
 if numactl_dep.found()
   conf.set('WITH_NUMACTL', 1)
-- 
2.31.1




More information about the libvir-list mailing list