[scripts] SC2317: command appears to be unreachable (#10821)

This commit is contained in:
Jonathan Hui
2024-10-11 20:45:56 -07:00
committed by GitHub
parent 987eaf5d2d
commit ff19e03afa
2 changed files with 0 additions and 10 deletions
-2
View File
@@ -706,12 +706,10 @@ main()
cert)
shift
do_cert "$@"
shift $#
;;
cert_suite)
shift
do_cert_suite "$@"
shift $#
;;
get_thread_wireshark)
do_get_thread_wireshark
-8
View File
@@ -27,14 +27,6 @@
# POSSIBILITY OF SUCH DAMAGE.
#
display_usage()
{
echo ""
echo "Nexus build script "
echo ""
echo ""
}
die()
{
echo " *** ERROR: " "$*"