]> gcc.gnu.org Git - gcc.git/commitdiff
expr.c (build_invokeinterface): Remove unused variables to fix warnings.
authorBryce McKinlay <mckinlay@redhat.com>
Wed, 14 Apr 2004 19:35:18 +0000 (19:35 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Wed, 14 Apr 2004 19:35:18 +0000 (20:35 +0100)
        * expr.c (build_invokeinterface): Remove unused variables to
        fix warnings.

From-SVN: r80686

gcc/java/ChangeLog
gcc/java/expr.c

index 3af84d00cb148598cac7308d939e112fffcd2c07..6336c2ec985eb1e5822b18b27ea7707c5d83b542 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-12  Bryce McKinlay  <mckinlay@redhat.com>
+
+       * expr.c (build_invokeinterface): Remove unused variables to
+       fix warnings.
+
 2004-04-12  Bryce McKinlay  <mckinlay@redhat.com>
 
        * class.c (get_interface_method_index): New function. Return dispatch 
index 79a3f4ddd2c7b13fdc94f39c3a729deaa1073f06..2c0312ea8100f9a8dbcb388283142021416ae137 100644 (file)
@@ -1942,9 +1942,7 @@ build_invokeinterface (tree dtable, tree method)
   tree lookup_arg;
   tree interface;
   tree idx;
-  tree meth;
   tree otable_index;
-  int i;
 
   /* We expand invokeinterface here.  _Jv_LookupInterfaceMethod() will
      ensure that the selected method exists, is public and not
This page took 0.079769 seconds and 5 git commands to generate.