提交 d04c13f7 编写于 作者: S Stefano Sabatini

Remove useless variables in get_common_elements().

Originally committed as revision 23429 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 42719e20
......@@ -15,8 +15,6 @@ rm -f "$logfile"
rm -f "$benchfile"
get_common_elements() (
l1=$1
l2=$2
for elt1 in $1; do
for elt2 in $2; do
[ $elt1 = $elt2 ] && res="$res $elt1 "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册