index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | archinstall/lib/hardware.py | 1 |
diff --git a/archinstall/lib/hardware.py b/archinstall/lib/hardware.py index eaf01f40..1299a6b4 100644 --- a/archinstall/lib/hardware.py +++ b/archinstall/lib/hardware.py @@ -62,7 +62,6 @@ CPUINFO = Path("/proc/cpuinfo") def cpuinfo() -> Iterator[dict[str, str]]: """Yields information about the CPUs of the system.""" - cpu = {} with CPUINFO.open() as file: |