From 3841a6aa7adf441dffd9837b6d1982f57bba55c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 13 Nov 2006 21:43:43 +0000 Subject: [PATCH] remove filter_out() function, it's unused and not POSIX compliant Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 6 ------ 1 file changed, 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}"