Skip to content

Commit af99275

Browse files
committed
Remove unnecessary empty cases in shell scripts
1 parent 21da44a commit af99275

File tree

7 files changed

+0
-14
lines changed

7 files changed

+0
-14
lines changed

build-compiler-rt.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ else
7979
MINGW*)
8080
CMAKE_GENERATOR="MSYS Makefiles"
8181
;;
82-
*)
83-
;;
8482
esac
8583
BUILDCMD=make
8684
fi

build-libcxx.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ else
7373
MINGW*)
7474
CMAKE_GENERATOR="MSYS Makefiles"
7575
;;
76-
*)
77-
;;
7876
esac
7977
BUILDCMD=make
8078
fi

build-lldb-mi.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ else
6464
MINGW*)
6565
CMAKE_GENERATOR="MSYS Makefiles"
6666
;;
67-
*)
68-
;;
6967
esac
7068
BUILDCMD=make
7169
fi

build-llvm.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ else
146146
MINGW*)
147147
CMAKE_GENERATOR="MSYS Makefiles"
148148
;;
149-
*)
150-
;;
151149
esac
152150
BUILDCMD=make
153151
fi

build-mingw-w64-tools.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ else
6868
MINGW*)
6969
EXEEXT=.exe
7070
;;
71-
*)
72-
;;
7371
esac
7472
fi
7573
if [ -n "$MACOS_REDIST" ]; then

build-openmp.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ else
6363
MINGW*)
6464
CMAKE_GENERATOR="MSYS Makefiles"
6565
;;
66-
*)
67-
;;
6866
esac
6967
BUILDCMD=make
7068
fi

strip-llvm.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ case $(uname) in
4747
MINGW*)
4848
EXEEXT=.exe
4949
;;
50-
*)
51-
;;
5250
esac
5351

5452
cd bin

0 commit comments

Comments
 (0)