From 6ce704bbedac2745b51bfdb11af2431f05a1dc23 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Sat, 15 Jul 2006 23:05:44 +0000
Subject: [PATCH] Remove unused variable.

Originally committed as revision 5757 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index f57f246501d..e56e5368c6f 100755
--- a/configure
+++ b/configure
@@ -420,7 +420,6 @@ dts="no"
 pp="no"
 mingw32="no"
 mingwce="no"
-cygwin="no"
 os2="no"
 lstatic="yes"
 lshared="no"
@@ -592,7 +591,6 @@ audio_oss="yes"
 dv1394="no"
 vhook="no"
 extralibs=""
-cygwin="yes"
 EXESUF=".exe"
 SLIBPREF="cyg"
 SLIBSUF=".dll"
-- 
GitLab