Commit c9fd2f4d authored by Emily's avatar Emily Committed by zowoq
Browse files

lib/systems: remove redundant conditional

parent 55eaa702
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
      { };
}