class.c: Remove some unused variables.
authorPer Bothner <bothner@gcc.gnu.org>
Thu, 12 Nov 1998 14:26:09 +0000 (06:26 -0800)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 12 Nov 1998 14:26:09 +0000 (06:26 -0800)
h
* class.c:  Remove some unused variables.
* constants.c (find_string_constant):  New function.
(count_constant_pool_bytes):  Fix to correctly handle wide constants.
* decl.c (complete_start_java_method):  Don't _Jv_InitClass
if flag_emit_class_files.

From-SVN: r23617

gcc/java/ChangeLog

index e7e48b6db7871d9ff08d847885956153067984d4..7d3b9e2e0cda08f18d8af5caec1318beb4aba5c7 100644 (file)
@@ -1,3 +1,11 @@
+Thu Nov 12 14:15:07 1998  Per Bothner  <bothner@cygnus.com>
+
+       * class.c:  Remove some unused variables.
+       * constants.c (find_string_constant):  New function.
+       (count_constant_pool_bytes):  Fix to correctly handle wide constants.
+       * decl.c (complete_start_java_method):  Don't _Jv_InitClass
+       if flag_emit_class_files.
+       
 1998-11-12  Tom Tromey  <tromey@cygnus.com>
 
        * jcf-io.c (find_class): Added explanatory comment.