Skip to content

Commit

Permalink
Remove unnecessary gpuCount.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Yundt committed May 22, 2017
1 parent 7212e38 commit 262c2ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/collins/util/LshwRepresentation.scala
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ case class LshwRepresentation(
(cpuCoreCount == other.cpuCoreCount) &&
(cpuThreadCount == other.cpuThreadCount) &&
(cpuSpeed == other.cpuSpeed) &&
(gpuCount == other.gpuCount) &&
(totalMemory.inBytes == other.totalMemory.inBytes) &&
(memoryBanksUsed == other.memoryBanksUsed) &&
(memoryBanksUnused == other.memoryBanksUnused) &&
Expand Down

0 comments on commit 262c2ea

Please sign in to comment.