refactor: remove unused Cpu object from the codebase, there was no need for it

This commit is contained in:
Abdellah El Morabit 2025-11-20 21:42:21 +01:00
parent 694f5afeff
commit e077e179d4

View File

@ -1,12 +0,0 @@
package com.nsrddyn
/*
* cpu object, only one instance of an object needed
*/
object Cpu {
val name = ""
}