From 1834e17097d88c30e3ceab65c79acc48dc00de88 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 26 May 2021 20:08:40 +0200 Subject: [PATCH] meson: Drop numactl_version It's not used. Signed-off-by: Andrea Bolognani Reviewed-by: Pavel Hrdina --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index 60a7086ade..6a3f5fa578 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.47.2