general-functions: remove comment that system_output also in speed.cgi

this functions was removed from speed.cgi by reading kernel netowrk
statistics instead of parsing ip -s show ...

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2021-10-25 16:59:08 +00:00
parent 95539a589e
commit a7b4f84711

View File

@@ -53,7 +53,6 @@ sub system_background($) {
}
# Returns the output of a shell command
# if you change this also check speed.cgi that include a local copy for systemload reasons
sub system_output($) {
my @command = @_;
my $pid;