Loading scripts/find_unused_symbols.sh +1 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # options=$1 WORKDIR=.. OBJDIR=obj Loading Loading @@ -65,7 +64,7 @@ while getopts ":ftnhd:" OPT; do done if [ $help -ne 0 ]; then echo "Usage: $0 [-ftn]" echo "Usage: $0 [-dftn]" echo " where" echo " -d <dir>: set C-code dir (default: ${WORKDIR})" echo " -f: functions only" Loading Loading
scripts/find_unused_symbols.sh +1 −2 Original line number Diff line number Diff line Loading @@ -30,7 +30,6 @@ # the United Nations Convention on Contracts on the International Sales of Goods. # options=$1 WORKDIR=.. OBJDIR=obj Loading Loading @@ -65,7 +64,7 @@ while getopts ":ftnhd:" OPT; do done if [ $help -ne 0 ]; then echo "Usage: $0 [-ftn]" echo "Usage: $0 [-dftn]" echo " where" echo " -d <dir>: set C-code dir (default: ${WORKDIR})" echo " -f: functions only" Loading