remove unused code

This commit is contained in:
Meliox 2026-04-06 20:39:11 +02:00
parent ec0ec5fc4a
commit 6d5b87e202

View File

@ -656,12 +656,6 @@ sub _update_nvidia_gpu_rrd {
_debug(__LINE__, "RRD update nvidia$index: $err") if $err; _debug(__LINE__, "RRD update nvidia$index: $err") if $err;
} }
# Parse information for graphical presentation.
sub _parse_graphic_info {
my ($line) = @_;
return undef;
}
# ============================================================================ # ============================================================================
# AMD GPU Support (Placeholder) # AMD GPU Support (Placeholder)
# ============================================================================ # ============================================================================