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

From-SVN: r102109
This commit is contained in:
Andreas Jaeger 2005-07-17 07:41:33 +02:00 committed by Andreas Jaeger
parent 7544a87f13
commit 5f55701305
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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.