Skip to content

Commit ff19e03

Browse files
authored
[scripts] SC2317: command appears to be unreachable (openthread#10821)
1 parent 987eaf5 commit ff19e03

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

script/test

-2
Original file line numberDiff line numberDiff line change
@@ -706,12 +706,10 @@ main()
706706
cert)
707707
shift
708708
do_cert "$@"
709-
shift $#
710709
;;
711710
cert_suite)
712711
shift
713712
do_cert_suite "$@"
714-
shift $#
715713
;;
716714
get_thread_wireshark)
717715
do_get_thread_wireshark

tests/nexus/build.sh

-8
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@
2727
# POSSIBILITY OF SUCH DAMAGE.
2828
#
2929

30-
display_usage()
31-
{
32-
echo ""
33-
echo "Nexus build script "
34-
echo ""
35-
echo ""
36-
}
37-
3830
die()
3931
{
4032
echo " *** ERROR: " "$*"

0 commit comments

Comments
 (0)