mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 03:13:18 +00:00
Remove useless variables in get_common_elements().
Originally committed as revision 23429 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
42719e2051
commit
d04c13f74b
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user