lib/systems: remove redundant conditional (#504534)

This commit is contained in:
Alyssa Ross
2026-03-29 09:50:16 +00:00
committed by GitHub
-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
{ };
}