From 8980d7da64693e5115324cbd9880b94012064d6b Mon Sep 17 00:00:00 2001 From: David Marchand Date: Tue, 19 Nov 2019 13:59:23 +0100 Subject: [PATCH] build: remove unneeded meson option The meson option has been missed when removing this code. Fixes: 8e35792c5325 ("eal: remove dead code on NUMA node detection") Cc: stable@dpdk.org Signed-off-by: David Marchand Acked-by: Bruce Richardson --- meson_options.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 89650b0e9c..e6fcb884be 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,7 +1,5 @@ # Please keep these options sorted alphabetically. -option('allow_invalid_socket_id', type: 'boolean', value: false, - description: 'allow out-of-range NUMA socket id\'s for platforms that don\'t report the value correctly') option('disable_drivers', type: 'string', value: '', description: 'Comma-separated list of drivers to explicitly disable.') option('drivers_install_subdir', type: 'string', value: 'dpdk/pmds-', -- 2.20.1