mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 09:27:47 +00:00
[scripts] SC2317: command appears to be unreachable (#10821)
This commit is contained in:
@@ -706,12 +706,10 @@ main()
|
||||
cert)
|
||||
shift
|
||||
do_cert "$@"
|
||||
shift $#
|
||||
;;
|
||||
cert_suite)
|
||||
shift
|
||||
do_cert_suite "$@"
|
||||
shift $#
|
||||
;;
|
||||
get_thread_wireshark)
|
||||
do_get_thread_wireshark
|
||||
|
||||
@@ -27,14 +27,6 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
#
|
||||
|
||||
display_usage()
|
||||
{
|
||||
echo ""
|
||||
echo "Nexus build script "
|
||||
echo ""
|
||||
echo ""
|
||||
}
|
||||
|
||||
die()
|
||||
{
|
||||
echo " *** ERROR: " "$*"
|
||||
|
||||
Reference in New Issue
Block a user