[libvirt PATCH 09/26] meson: Drop numactl_version

Andrea Bolognani posted 26 patches 4 years, 8 months ago
[libvirt PATCH 09/26] meson: Drop numactl_version
Posted by Andrea Bolognani 4 years, 8 months ago
It's not used.

Signed-off-by: Andrea Bolognani <abologna@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