Commit b2dfc606 authored by mru's avatar mru

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7013 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0b503b49
...@@ -324,12 +324,6 @@ require(){ ...@@ -324,12 +324,6 @@ require(){
check_lib $header $func "$@" || die "ERROR: $name not found" check_lib $header $func "$@" || die "ERROR: $name not found"
} }
filter_out(){
pattern="$1"
shift
echo "$@" | sed "s%\\<$pattern\\>%%g"
}
# set temporary file name # set temporary file name
if test ! -z "$TMPDIR" ; then if test ! -z "$TMPDIR" ; then
TMPDIR1="${TMPDIR}" 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