Unverified Commit 287a6943 authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

lib/systems: remove redundant conditional (#504534)

parents f64cce81 c9fd2f4d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
      { };
}