summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-13 21:43:43 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-13 21:43:43 +0000
commit3841a6aa7adf441dffd9837b6d1982f57bba55c5 (patch)
tree914963310376068f5e950d02c20813e42c8f5f6a
parentee0a03582074b46d214df59bfe824f5b2cda4129 (diff)
remove filter_out() function, it's unused and not POSIX compliant
Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 6d565e1d5b..56ae0e3f2a 100755
--- a/configure
+++ b/configure
@@ -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}"