Skip to content

Commit d564fe9

Browse files
committed
fix: Don't clean cpu name
Closes ##1017
1 parent 7643bc9 commit d564fe9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/GLPI/Agent/Tools/Generic.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ sub getCpusFromDmidecode {
146146
$info->{'Family'} ||
147147
$info->{'Processor Family'} ||
148148
$info->{'Processor Version'};
149-
# Cleanup cpu NAME
150-
$cpu->{NAME} =~ s/\((R|TM)\)//gi if $cpu->{NAME};
151149

152150
if ($cpu->{ID}) {
153151

0 commit comments

Comments
 (0)