]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove unused variable.
authorBruno Haible <bruno@clisp.org>
Tue, 16 May 2006 12:56:24 +0000 (12:56 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:20 +0000 (12:13 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/javacomp.c

index ea605620f313d152486d0770970faadbc38a991b..57b97b730203e25c47a273446a6136708fe540b5 100644 (file)
@@ -1,3 +1,10 @@
+2006-05-16  Bruno Haible  <bruno@clisp.org>
+
+       * javacomp.c (is_envjavac_gcj_14_14_usable,
+       is_envjavac_gcj_14_13_usable, is_envjavac_nongcj_usable,
+       is_gcj_present, is_gcj_14_14_usable, is_gcj_14_13_usable,
+       is_javac_usable): Remove unused variable.
+
 2006-05-15  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am: Test flag WOE32DLL instead of CYGWINDLL.
index 41aeedfd70686c5dc9779bcf3395fe8bcbf66d88..a6a31461560dd32cca0bbc4af7e5e3b2deeb530c 100644 (file)
@@ -602,7 +602,6 @@ is_envjavac_gcj_14_14_usable (const char *javac, bool *usablep)
       /* Try $JAVAC.  */
       struct temp_dir *tmpdir;
       char *conftest_file_name;
-      FILE *conftest_file;
       char *compiled_file_name;
       const char *java_sources[1];
       struct stat statbuf;
@@ -661,7 +660,6 @@ is_envjavac_gcj_14_13_usable (const char *javac,
         it makes a difference.  (It could already be part of $JAVAC.)  */
       struct temp_dir *tmpdir;
       char *conftest_file_name;
-      FILE *conftest_file;
       char *compiled_file_name;
       const char *java_sources[1];
       struct stat statbuf;
@@ -805,7 +803,6 @@ is_envjavac_nongcj_usable (const char *javac,
       /* Try $JAVAC.  */
       struct temp_dir *tmpdir;
       char *conftest_file_name;
-      FILE *conftest_file;
       char *compiled_file_name;
       const char *java_sources[1];
       struct stat statbuf;
@@ -1109,7 +1106,6 @@ is_gcj_present (void)
          else
            {
              char *conftest_file_name;
-             FILE *conftest_file;
 
              conftest_file_name =
                concatenated_pathname (tmpdir->dir_name, "conftestlib.java",
@@ -1164,7 +1160,6 @@ is_gcj_14_14_usable (bool *usablep)
       /* Try gcj.  */
       struct temp_dir *tmpdir;
       char *conftest_file_name;
-      FILE *conftest_file;
       char *compiled_file_name;
       const char *java_sources[1];
       struct stat statbuf;
@@ -1222,7 +1217,6 @@ is_gcj_14_13_usable (bool *usablep, bool *need_no_assert_option_p)
         it works (not gcj < 3.3).  */
       struct temp_dir *tmpdir;
       char *conftest_file_name;
-      FILE *conftest_file;
       char *compiled_file_name;
       const char *java_sources[1];
       struct stat statbuf;
@@ -1330,7 +1324,6 @@ is_javac_usable (const char *source_version, const char *target_version,
       /* Try javac.  */
       struct temp_dir *tmpdir;
       char *conftest_file_name;
-      FILE *conftest_file;
       char *compiled_file_name;
       const char *java_sources[1];
       struct stat statbuf;