remove filter_out() function, it's unused and not POSIX compliant

Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-11-13 21:43:43 +00:00
parent ee0a035820
commit 3841a6aa7a

6
configure vendored
View File

@ -324,12 +324,6 @@ require(){
check_lib $header $func "$@" || die "ERROR: $name not found"
}
filter_out(){
pattern="$1"
shift
echo "$@" | sed "s%\\<$pattern\\>%%g"
}
# set temporary file name
if test ! -z "$TMPDIR" ; then
TMPDIR1="${TMPDIR}"