* defineclass.cc (handleClassBegin): Remove unused variable.
From-SVN: r102109
This commit is contained in:
parent
7544a87f13
commit
5f55701305
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue