lib/systems: remove redundant conditional

This commit is contained in:
Emily
2025-06-24 15:41:57 +01:00
committed by zowoq
parent 55eaa70239
commit c9fd2f4d87
-2
View File
@@ -632,8 +632,6 @@ rec {
else if platform.isPower64 then
if platform.isLittleEndian then powernv else ppc64
else if platform.isLoongArch64 then
loongarch64-multiplatform
else
{ };
}