Commit 3841a6aa authored by Måns Rullgård's avatar Måns Rullgård

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

Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ee0a0358
......@@ -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}"
......
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