Commit 94d38d9e authored by stefano's avatar stefano

Remove useless variables in get_common_elements().

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23429 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ee3b1db9
...@@ -15,8 +15,6 @@ rm -f "$logfile" ...@@ -15,8 +15,6 @@ rm -f "$logfile"
rm -f "$benchfile" rm -f "$benchfile"
get_common_elements() ( get_common_elements() (
l1=$1
l2=$2
for elt1 in $1; do for elt1 in $1; do
for elt2 in $2; do for elt2 in $2; do
[ $elt1 = $elt2 ] && res="$res $elt1 " [ $elt1 = $elt2 ] && res="$res $elt1 "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment