Commit aeb95628 by Bryce McKinlay Committed by Bryce McKinlay

expr.c (build_invokeinterface): Remove unused variables to fix warnings.

        * expr.c (build_invokeinterface): Remove unused variables to
        fix warnings.

From-SVN: r80686
parent ef482a86
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 for interface method.
(make_method_value): For interface methods, set index field to
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment