[vlc-commits] Remove unused variable

Rafaël Carré git at videolan.org
Wed Dec 19 18:02:33 CET 2012


npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Dec 19 18:02:28 2012 +0100| [346e539b96f7f0c4e5671ba7354a28f6593c81b2] | committer: Rafaël Carré

Remove unused variable

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=346e539b96f7f0c4e5671ba7354a28f6593c81b2
---

 configure.ac |    2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7a63f5b..58cb7bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,7 +167,6 @@ AS_IF([test "x${enable_npapi}" != x"no"],[
 AC_LANG_PUSH(C++)
 AC_MSG_CHECKING([Mozilla headers])
 
-found=0
 dnl pkg-config
 dnl As we want to do a loop due to the number of name possible for the .pc
 dnl we can't use the pkg-config macros.
@@ -182,7 +181,6 @@ dnl we can't use the pkg-config macros.
         MOZILLA_CFLAGS=$(eval $PKG_CONFIG --cflags "$i" )
         MOZILLA_LIBS=$(eval $PKG_CONFIG --libs "$i" )
         AC_MSG_RESULT([yes])
-        found=1
         break
       else
         AC_MSG_RESULT([no])



More information about the vlc-commits mailing list