CPU: Remove unneeded outputs from AMD APUs

This commit is contained in:
Muhammad Herdiansyah 2017-06-30 13:36:56 +07:00
parent fec940483c
commit b0a0454f52

View file

@ -1038,6 +1038,7 @@ get_cpu() {
cpu="${cpu//Quad-Core}"
cpu="${cpu//Six-Core}"
cpu="${cpu//Eight-Core}"
cpu="${cpu//, * Compute Cores}"
cpu="${cpu//Core}"
cpu="${cpu//with Radeon * Graphics}"
cpu="${cpu//, altivec supported}"