Commit 5f557013 by Andreas Jaeger Committed by Andreas Jaeger

* defineclass.cc (handleClassBegin): Remove unused variable.

From-SVN: r102109
parent 7544a87f
2005-07-17 Andreas Jaeger <aj@suse.de>
* defineclass.cc (handleClassBegin): Remove unused variable.
2005-07-16 Andreas Schwab <schwab@suse.de>
* scripts/makemake.tcl (emit_package_rule): Emit command to create
......
......@@ -960,7 +960,6 @@ _Jv_ClassReader::handleClassBegin (int access_flags, int this_class, int super_c
// needed.
*found_name = def->name;
jclass the_super = NULL;
if (super_class != 0)
{
// Load the superclass.
......
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