diff mbox series

[1/4] ci/lib.sh: remove an useless break

Message ID c7312724f8a7ec9ccf63fb0621a996ebad3c6128.1677850518.git.congdanhqx@gmail.com (mailing list archive)
State New, archived
Headers show
Series Add a CI for unsigned char system | expand

Commit Message

Đoàn Trần Công Danh March 3, 2023, 1:46 p.m. UTC
This statement was silently skipped for a long time.

> ci/lib.sh: line 232: break: only meaningful in a `for', `while', or `until' loop

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
---
 ci/lib.sh | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/ci/lib.sh b/ci/lib.sh
index db7105e8a8..661076e70b 100755
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -227,11 +227,6 @@  export SKIP_DASHED_BUILT_INS=YesPlease
 
 case "$runs_on_pool" in
 ubuntu-*)
-	if test "$jobname" = "linux-gcc-default"
-	then
-		break
-	fi
-
 	PYTHON_PACKAGE=python2
 	if test "$jobname" = linux-gcc
 	then