From 29ef4c53b05f40b2452722e192451bc104487dfb Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 11 Aug 2025 10:04:21 +0100 Subject: [PATCH] ids-functions.pl: Don't detect number of CPU cores This value is no longer being used in the configuration. Signed-off-by: Michael Tremer --- config/cfgroot/ids-functions.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index 3d45b5d01..0239037f9 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -1757,9 +1757,6 @@ sub generate_report_generator_config() { # Read-in IDS settings. &General::readhash("$ids_settings_file", \%idssettings); - - # Get amount of available CPU cores. - my $cpu_count = &General::number_cpu_cores(); # Open config file for writing. open(FILE, ">", "$report_generator_config_file") or die "Could not write to $report_generator_config_file. $!\n"; -- 2.47.3