From 75235bf32e3e3a01e78d9f666db4b5a999a53404 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 7 Jun 2026 02:33:24 +0200 Subject: [PATCH] remove redundant code --- PveSensorsV2/PVEMod_Collectors/Intel.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/PveSensorsV2/PVEMod_Collectors/Intel.pm b/PveSensorsV2/PVEMod_Collectors/Intel.pm index 510c323..988ec60 100644 --- a/PveSensorsV2/PVEMod_Collectors/Intel.pm +++ b/PveSensorsV2/PVEMod_Collectors/Intel.pm @@ -20,8 +20,6 @@ our @EXPORT_OK = qw( sub get_intel_gpu_devices { my @devices = (); - return @devices unless check_executable('/usr/bin/intel_gpu_top', 'Intel GPU'); - debug(__LINE__, "Getting Intel GPU devices"); if (open my $fh, '-|', 'intel_gpu_top -L') { while (<$fh>) {